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

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

Completed in 37 milliseconds