Home
last modified time | relevance | path

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

12

/frameworks/support/compat/java/android/support/v4/view/
DViewConfigurationCompat.java68 public static boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat
69 return config.hasPermanentMenuKey(); in hasPermanentMenuKey()
/frameworks/support/v7/appcompat/src/android/support/v7/view/
DActionBarPolicy.java80 return !ViewConfiguration.get(mContext).hasPermanentMenuKey(); in showsOverflowMenuButton()
/frameworks/base/core/java/android/view/
DViewConfiguration.java881 public boolean hasPermanentMenuKey() { in hasPermanentMenuKey() method in ViewConfiguration
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java762 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in openPanel()
894 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in closePanel()
1070 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in onKeyUpPanel()
1247 (!ViewConfiguration.get(getContext()).hasPermanentMenuKey() || in reopenMenu()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java1213 && (!ViewConfiguration.get(mContext).hasPermanentMenuKey()
1493 !ViewConfiguration.get(mContext).hasPermanentMenuKey()) {
/frameworks/support/api/
D22.0.0.txt3483 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D22.1.0.txt3817 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D22.2.0.txt4217 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D22.2.1.txt4246 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D25.1.0.txt6873 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D25.0.0.txt6462 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D23.0.0.txt4919 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D25.2.0.txt6873 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D24.2.0.txt6395 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D26.0.0-alpha1.txt7778 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D23.2.1.txt5596 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D25.3.0.txt7305 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D23.2.0.txt5596 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D23.1.1.txt5178 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D25.4.0.txt7376 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D23.4.0.txt5608 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D23.1.0.txt5215 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D24.0.0.txt6186 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D26.0.0-beta1.txt8765 method public static deprecated boolean hasPermanentMenuKey(android.view.ViewConfiguration);
D26.0.0-SNAPSHOT.txt8954 method public static deprecated boolean hasPermanentMenuKey(android.view.ViewConfiguration);

12