LWUIT源代码分析之浅析TextFiled(5)
来源:未知 责任编辑:责任编辑 发表时间:2013-11-15 19:46 点击:次
String displayText = getTextFieldString(ta);
代码二
接着计算文本的偏移量,然后通过下面的代码来计算它的绝对坐标
if (ta.getWidth() > (f.getHeight() * 2) && cursorX >= ta.getWidth()-inputModeWidth – style.getPadding(ta.isRTL(), Component.LEFT)) {
while (x + xPos >= ta.getWidth() – inputModeWidth – style.getPadding(ta.isRTL(), Component.LEFT) * 2) {
x–;
}
}displayX = ta.getX() + x + style.getPadding(ta.isRTL(), Component.LEFT);
相关新闻>>
- 发表评论
-
- 最新评论 更多>>