Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/view/
DViewConfigurationCompat.java30 boolean hasPermanentMenuKey(ViewConfiguration config); in hasPermanentMenuKey() method
38 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.BaseViewConfigurationVersionImpl
49 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.HoneycombViewConfigurationVersionImpl
60 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.IcsViewConfigurationVersionImpl
61 return ViewConfigurationCompatICS.hasPermanentMenuKey(config); in hasPermanentMenuKey()
96 public static boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat
97 return IMPL.hasPermanentMenuKey(config); in hasPermanentMenuKey()
/frameworks/support/compat/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/view/
DActionBarPolicy.java83 return !ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mContext)); in showsOverflowMenuButton()
/frameworks/base/core/java/android/view/
DViewConfiguration.java795 public boolean hasPermanentMenuKey() { in hasPermanentMenuKey() method in ViewConfiguration
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java742 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in openPanel()
874 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in closePanel()
1050 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) { in onKeyUpPanel()
1227 (!ViewConfiguration.get(getContext()).hasPermanentMenuKey() || in reopenMenu()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java1200 (!ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mContext)) || in reopenMenu()
1480 !ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mContext))) { in onKeyUpPanel()
/frameworks/support/api/
Dcurrent.txt6462 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34018 method public boolean hasPermanentMenuKey();
/frameworks/base/api/
Dcurrent.txt43103 method public boolean hasPermanentMenuKey();
Dsystem-current.txt46280 method public boolean hasPermanentMenuKey();
Dtest-current.txt43189 method public boolean hasPermanentMenuKey();