HomeSort by relevance Sort by last modified time
    Searched defs:mFixedHeightMinor (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ContentFrameLayout.java 41 private TypedValue mFixedHeightMinor;
107 final TypedValue tvh = isPortrait ? mFixedHeightMajor : mFixedHeightMinor;
181 if (mFixedHeightMinor == null) mFixedHeightMinor = new TypedValue();
182 return mFixedHeightMinor;
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 160 TypedValue mFixedHeightMinor;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 176 milliseconds