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

/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;
/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);

Completed in 2645 milliseconds