Searched refs:mFixedHeightMinor (Results 1 – 3 of 3) sorted by relevance
48 private TypedValue mFixedHeightMinor; field in ContentFrameLayout122 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor; in onMeasure()196 if (mFixedHeightMinor == null) mFixedHeightMinor = new TypedValue(); in getFixedHeightMinor()197 return mFixedHeightMinor; in getFixedHeightMinor()
141 TypedValue mFixedHeightMinor; field in PhoneWindow2402 if (mFixedHeightMinor == null) mFixedHeightMinor = new TypedValue(); in generateLayout()2404 mFixedHeightMinor); in generateLayout()
680 : mWindow.mFixedHeightMinor;