Searched refs:hasPermanentMenuKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java216 * Configuration values for overriding {@link #hasPermanentMenuKey()} behavior.
725 public boolean hasPermanentMenuKey() { method in class:ViewConfiguration
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java547 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) {
681 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) {
845 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) {
1024 (!ViewConfiguration.get(getContext()).hasPermanentMenuKey() ||

Completed in 354 milliseconds