Home
last modified time | relevance | path

Searched refs:hasPermanentMenuKey (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
DViewConfigurationCompat.java31 public boolean hasPermanentMenuKey(ViewConfiguration config); in hasPermanentMenuKey() method
44 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.BaseViewConfigurationVersionImpl
65 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.HoneycombViewConfigurationVersionImpl
76 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.IcsViewConfigurationVersionImpl
77 return ViewConfigurationCompatICS.hasPermanentMenuKey(config); in hasPermanentMenuKey()
112 public static boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat
113 return IMPL.hasPermanentMenuKey(config); in hasPermanentMenuKey()
/frameworks/support/v4/ics/android/support/v4/view/
DViewConfigurationCompatICS.java25 static boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompatICS
26 return config.hasPermanentMenuKey(); in hasPermanentMenuKey()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
DActionBarPolicy.java53 return !ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mContext)); in showsOverflowMenuButton()
/frameworks/base/core/java/android/view/
DViewConfiguration.java746 public boolean hasPermanentMenuKey() { in hasPermanentMenuKey() method in ViewConfiguration
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarActivityDelegateBase.java917 (!ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mActivity)) ||
1197 !ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mActivity))) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java660 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in openPanel()
792 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in closePanel()
968 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in onKeyUpPanel()
1145 (!ViewConfiguration.get(getContext()).hasPermanentMenuKey() || in reopenMenu()
/frameworks/base/api/
Dsystem-current.txt36253 method public boolean hasPermanentMenuKey();
Dcurrent.txt34020 method public boolean hasPermanentMenuKey();