Searched refs:mFixedHeightMajor (Results 1 – 3 of 3) sorted by relevance
47 private TypedValue mFixedHeightMajor; field in ContentFrameLayout122 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor; in onMeasure()191 if (mFixedHeightMajor == null) mFixedHeightMajor = new TypedValue(); in getFixedHeightMajor()192 return mFixedHeightMajor; in getFixedHeightMajor()
140 TypedValue mFixedHeightMajor; field in PhoneWindow2397 if (mFixedHeightMajor == null) mFixedHeightMajor = new TypedValue(); in generateLayout()2399 mFixedHeightMajor); in generateLayout()
679 final TypedValue tvh = isPortrait ? mWindow.mFixedHeightMajor