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

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

Completed in 56 milliseconds