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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java144 TypedValue mFixedWidthMajor; field in class:PhoneWindow
2567 final TypedValue tvw = isPortrait ? mFixedWidthMinor : mFixedWidthMajor;
3411 if (mFixedWidthMajor == null) mFixedWidthMajor = new TypedValue();
3413 mFixedWidthMajor);

Completed in 41 milliseconds