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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 111 private int mInvalidatePanelMenuFeatures;
115 if ((mInvalidatePanelMenuFeatures & 1 << FEATURE_OPTIONS_PANEL) != 0) {
118 if ((mInvalidatePanelMenuFeatures & 1 << FEATURE_ACTION_BAR) != 0) {
122 mInvalidatePanelMenuFeatures = 0;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 253 private int mInvalidatePanelMenuFeatures;
257 if ((mInvalidatePanelMenuFeatures & 1 << i) != 0) {
262 mInvalidatePanelMenuFeatures = 0;
880 mInvalidatePanelMenuFeatures |= 1 << featureId;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 41 milliseconds