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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DContentFrameLayout.java38 private TypedValue mFixedWidthMajor; field in class:ContentFrameLayout
88 final TypedValue tvw = isPortrait ? mFixedWidthMinor : mFixedWidthMajor;
166 if (mFixedWidthMajor == null) mFixedWidthMajor = new TypedValue();
167 return mFixedWidthMajor;
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java157 TypedValue mFixedWidthMajor; field in class:PhoneWindow
2586 final TypedValue tvw = isPortrait ? mFixedWidthMinor : mFixedWidthMajor;
3725 if (mFixedWidthMajor == null) mFixedWidthMajor = new TypedValue();
3727 mFixedWidthMajor);

Completed in 103 milliseconds