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

  /frameworks/support/design/src/android/support/design/internal/
ForegroundLinearLayout.java 41 private int mForegroundGravity = Gravity.FILL;
61 mForegroundGravity = a.getInt(
62 R.styleable.ForegroundLinearLayout_android_foregroundGravity, mForegroundGravity);
82 return mForegroundGravity;
92 if (mForegroundGravity != foregroundGravity) {
101 mForegroundGravity = foregroundGravity;
103 if (mForegroundGravity == Gravity.FILL && mForeground != null) {
156 if (mForegroundGravity == Gravity.FILL) {
212 Gravity.apply(mForegroundGravity, foreground.getIntrinsicWidth(),
  /libcore/benchmarks/src/benchmarks/regression/
R.java 377 public final int mforegroundGravity = 0;
    [all...]

Completed in 113 milliseconds