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

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 123 private int mInvalidatePanelMenuFeatures;
127 if ((mInvalidatePanelMenuFeatures & 1 << FEATURE_OPTIONS_PANEL) != 0) {
130 if ((mInvalidatePanelMenuFeatures & 1 << FEATURE_ACTION_BAR) != 0) {
134 mInvalidatePanelMenuFeatures = 0;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 254 private int mInvalidatePanelMenuFeatures;
258 if ((mInvalidatePanelMenuFeatures & 1 << i) != 0) {
263 mInvalidatePanelMenuFeatures = 0;
881 mInvalidatePanelMenuFeatures |= 1 << featureId;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 33 milliseconds