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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 406 TypedValue mFixedWidthMinor = null;
415 if (mFixedWidthMinor == null) mFixedWidthMinor = new TypedValue();
416 a.getValue(R.styleable.Theme_windowFixedWidthMinor, mFixedWidthMinor);
432 final TypedValue tvw = isPortrait ? mFixedWidthMinor : mFixedWidthMajor;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 145 TypedValue mFixedWidthMinor;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 42 milliseconds