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

  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 99 private boolean mIsActionViewExpanded = false;
810 mIsActionViewExpanded = isExpanded;
815 return mIsActionViewExpanded;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
MenuItemImpl.java 112 private boolean mIsActionViewExpanded = false;
859 mIsActionViewExpanded = isExpanded;
865 return mIsActionViewExpanded;

Completed in 59 milliseconds