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

  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 144 params.horizontalWeight = HORIZONTAL_WEIGHT;
148 assertEquals(params.horizontalWeight, mLayoutParams.horizontalWeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 649 chunk.horizontalWeight = chunk.rect.width / horizontalPatchSum;
786 p.dest.width = Math.round(streatchableWidth * chunk.horizontalWeight);
826 public float horizontalWeight = 0.0f;
831 horizontalWeight = 0.0f;
856 return String.format("%s %f/%f %s", typeToString(), horizontalWeight, verticalWeight,
  /packages/apps/Camera/src/com/android/camera/
OnScreenHint.java 145 mParams.horizontalWeight = 1.0f;
  /packages/apps/Camera2/src/com/android/camera/
OnScreenHint.java 147 mParams.horizontalWeight = 1.0f;
  /packages/apps/LegacyCamera/src/com/android/camera/
OnScreenHint.java 148 mParams.horizontalWeight = 1.0f;
  /frameworks/base/core/java/android/view/
WindowManager.java 131 public float horizontalWeight;
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/android/widget/
Toast.java 391 mParams.horizontalWeight = 1.0f;
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 362 milliseconds