Searched defs:mFixedHeightMajor (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java141 TypedValue mFixedHeightMajor; field in class:PhoneWindow
2432 if (mFixedHeightMajor == null) mFixedHeightMajor = new TypedValue();
2434 mFixedHeightMajor);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DContentFrameLayout.java45 private TypedValue mFixedHeightMajor; field in class:ContentFrameLayout
118 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor;
187 if (mFixedHeightMajor == null) mFixedHeightMajor = new TypedValue();
188 return mFixedHeightMajor;

Completed in 117 milliseconds