[go: nahoru, domu]

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DContentFrameLayout.java46 private TypedValue mFixedHeightMinor; field in class:ContentFrameLayout
118 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor;
192 if (mFixedHeightMinor == null) mFixedHeightMinor = new TypedValue();
193 return mFixedHeightMinor;
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java142 TypedValue mFixedHeightMinor; field in class:PhoneWindow
2437 if (mFixedHeightMinor == null) mFixedHeightMinor = new TypedValue();
2439 mFixedHeightMinor);
H A DDecorView.java646 : mWindow.mFixedHeightMinor;

Completed in 65 milliseconds