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

  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 586 method = "getDesiredWidth",
592 CharSequence textLongest = "test getDesiredWidth";
594 float widthShort = Layout.getDesiredWidth(textShort, 0, textShort.length(), paint);
595 float widthLonger = Layout.getDesiredWidth(textLonger, 0, textLonger.length(), paint);
596 float widthLongest = Layout.getDesiredWidth(textLongest, 0, textLongest.length(), paint);
597 float widthPartShort = Layout.getDesiredWidth(textShort, 2, textShort.length(), paint);
598 float widthZero = Layout.getDesiredWidth(textLonger, 5, textShort.length() - 3, paint);
607 method = "getDesiredWidth",
613 CharSequence textLongest = "test getDesiredWidth";
615 float widthShort = Layout.getDesiredWidth(textShort, paint)
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
IconTitleDrawable.java 39 mTitleWidth = (int) StaticLayout.getDesiredWidth(mTitle, config.mPaint);
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 261 lp.desiredWidth = (int) Layout.getDesiredWidth(getText(), getPaint());
  /frameworks/base/core/java/android/text/
Layout.java 65 public static float getDesiredWidth(CharSequence source,
67 return getDesiredWidth(source, 0, source.length(), paint);
74 public static float getDesiredWidth(CharSequence source,
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 954 milliseconds