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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java146 TypedValue mFixedHeightMajor; field in class:PhoneWindow
2588 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor;
3421 if (mFixedHeightMajor == null) mFixedHeightMajor = new TypedValue();
3423 mFixedHeightMajor);

Completed in 36 milliseconds