Home | History | Annotate | Download | only in internal

Lines Matching defs:Gravity

28 import android.view.Gravity;
41 private int mForegroundGravity = Gravity.FILL;
78 * @return foreground gravity.
88 * @param foregroundGravity See {@link android.view.Gravity}
93 if ((foregroundGravity & Gravity.RELATIVE_HORIZONTAL_GRAVITY_MASK) == 0) {
94 foregroundGravity |= Gravity.START;
97 if ((foregroundGravity & Gravity.VERTICAL_GRAVITY_MASK) == 0) {
98 foregroundGravity |= Gravity.TOP;
103 if (mForegroundGravity == Gravity.FILL && mForeground != null) {
156 if (mForegroundGravity == Gravity.FILL) {
212 Gravity.apply(mForegroundGravity, foreground.getIntrinsicWidth(),