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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 69 int apos = 0, awidth = 0; local
74 awidth = fmt.getFormatWidth();
78 awidth = width;
81 if (apos == pos && awidth == width && apad == pad) {
83 ((pos == -1) ? "" : " width=" + awidth + " pad=" + apad));
86 " width=" + awidth + " pad=" + apad +
NumberFormatTest.java 2299 int apos = 0, awidth = 0; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java 272 int awidth = mNavButtons.getMeasuredWidth(); local
273 Animator anim1 = ObjectAnimator.ofFloat(mNavButtons, View.TRANSLATION_X, 0, - awidth);
297 int awidth = mNavButtons.getMeasuredWidth(); local
299 View.TRANSLATION_X, -awidth, 0);
301 awidth);
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 2632 int32_t apos = 0, awidth = 0; local
    [all...]

Completed in 76 milliseconds