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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
TypefaceUtils.java 87 final Rect textBounds = new Rect();
88 paint.getTextBounds(label, 0, label.length(), textBounds);
89 return textBounds.width();
  /packages/apps/Launcher2/src/com/android/launcher2/
StrokedTextView.java 95 final Rect textBounds = new Rect();
98 textPaint.getTextBounds("x", 0, 1, textBounds);
118 final int bottom = (h + textBounds.height()) / 2;
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 535 milliseconds