Home
last modified time | relevance | path

Searched refs:FILL_HORIZONTAL (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DGravity.java72 public static final int FILL_HORIZONTAL = LEFT|RIGHT; field in Gravity
80 public static final int FILL = FILL_VERTICAL|FILL_HORIZONTAL;
138 Gravity.FILL_HORIZONTAL,
495 if ((gravity & FILL_HORIZONTAL) == FILL_HORIZONTAL) { in toString()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DToastTest.java146 toast.setGravity(Gravity.FILL_HORIZONTAL, 0, 0);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java164 Gravity.FILL_HORIZONTAL | Gravity.TOP, in onLayout()
/frameworks/base/core/java/android/app/
DActionBar.java1374 @ViewDebug.IntToString(from = Gravity.FILL_HORIZONTAL, to = "FILL_HORIZONTAL"),
DSearchDialog.java155 lp.gravity = Gravity.TOP | Gravity.FILL_HORIZONTAL; in onCreate()
/frameworks/base/core/java/android/widget/
DToastPresenter.java168 if ((absGravity & Gravity.HORIZONTAL_GRAVITY_MASK) == Gravity.FILL_HORIZONTAL) { in adjustLayoutParams()
DLinearLayout.java184 @ViewDebug.FlagToString(mask = Gravity.FILL_HORIZONTAL,
185 equals = Gravity.FILL_HORIZONTAL, name = "FILL_HORIZONTAL"),
2072 @ViewDebug.IntToString(from = Gravity.FILL_HORIZONTAL, to = "FILL_HORIZONTAL"),
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java1622 gravity |= Gravity.FILL_HORIZONTAL;
1640 gravity |= Gravity.FILL_HORIZONTAL;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegateControllerTest.java114 private static final int GRAVITY_FLAGS = Gravity.FILL_HORIZONTAL | Gravity.FILL_VERTICAL;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java1442 if ((absGravity & Gravity.HORIZONTAL_GRAVITY_MASK) == Gravity.FILL_HORIZONTAL) {
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1961 Gravity.TOP | Gravity.FILL_HORIZONTAL, 0, 0); in createStandaloneActionMode()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32212 field public static final int FILL_HORIZONTAL = 7; // 0x7
/frameworks/base/core/api/
Dcurrent.txt50962 field public static final int FILL_HORIZONTAL = 7; // 0x7