HomeSort by relevance Sort by last modified time
    Searched refs:textY (Results 1 - 11 of 11) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextField.java 296 float textY = getTextY(font, background);
300 drawSelection(selection, batch, font, x + bgLeftWidth, y + textY);
312 messageFont.draw(batch, messageText, x + bgLeftWidth, y + textY + yOffset, 0, messageText.length(),
317 drawText(batch, font, x + bgLeftWidth, y + textY + yOffset);
322 drawCursor(cursorPatch, batch, font, x + bgLeftWidth, y + textY);
329 float textY = textHeight / 2 + font.getDescent();
332 textY = textY + (height - background.getTopHeight() - bottom) / 2 + bottom;
334 textY = textY + height / 2
    [all...]
TextArea.java 207 float textY = getHeight();
209 textY = (int)(textY - background.getTopHeight());
211 return textY;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderDisplayer.java 259 final int textY = height / 2 - (int) (paint.descent() + paint.ascent()) / 2;
260 canvas.drawText(name, textX, textY, paint);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java     [all...]
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 1837 milliseconds