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

  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 822 int fitWidth
826 if (fitWidth < 0) {
830 int score = fitWidth - curMovesRequired.cardinality();
838 if (fitWidth == rangeLength) {
888 int fitWidth
892 if (fitWidth >= 0) {
919 int fitWidth = 0;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 822 int fitWidth
826 if (fitWidth < 0) {
830 int score = fitWidth - curMovesRequired.cardinality();
838 if (fitWidth == rangeLength) {
888 int fitWidth
892 if (fitWidth >= 0) {
919 int fitWidth = 0;
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 261 float fitWidth = w;
346 fitWidth = w;
400 currentTextWidth = fitWidth;
    [all...]

Completed in 1221 milliseconds