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

  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 901 int fitWidth
905 if (fitWidth < 0) {
909 int score = fitWidth - curMovesRequired.cardinality();
917 if (fitWidth == rangeLength) {
    [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 263 float fitWidth = w;
265 // same as fitWidth but not including any trailing whitespace
350 fitWidth = w;
403 currentTextWidth = fitWidth;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 335 milliseconds