HomeSort by relevance Sort by last modified time
    Searched full:fitwidth (Results 1 - 2 of 2) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 770 int fitWidth
774 if (fitWidth < 0) {
778 int score = fitWidth - curMovesRequired.cardinality();
786 if (fitWidth == rangeLength) {
836 int fitWidth
840 if (fitWidth >= 0) {
867 int fitWidth = 0;
886 fitWidth += category;
888 fitWidth = -1;
894 fitWidth += category
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 301 float fitwidth = w; local
399 fitwidth = w;
471 fitwidth = w;
516 where, ellipsizedWidth, fitwidth,
    [all...]

Completed in 146 milliseconds