Searched refs:hasPermanentMenuKey (Results 1 – 8 of 8) sorted by relevance
31 public boolean hasPermanentMenuKey(ViewConfiguration config); in hasPermanentMenuKey() method44 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.BaseViewConfigurationVersionImpl65 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.HoneycombViewConfigurationVersionImpl76 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.IcsViewConfigurationVersionImpl77 return ViewConfigurationCompatICS.hasPermanentMenuKey(config); in hasPermanentMenuKey()112 public static boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat113 return IMPL.hasPermanentMenuKey(config); in hasPermanentMenuKey()
25 static boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompatICS26 return config.hasPermanentMenuKey(); in hasPermanentMenuKey()
53 return !ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mContext)); in showsOverflowMenuButton()
746 public boolean hasPermanentMenuKey() { in hasPermanentMenuKey() method in ViewConfiguration
917 (!ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mActivity)) ||1197 !ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mActivity))) {
660 !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()
36253 method public boolean hasPermanentMenuKey();
34020 method public boolean hasPermanentMenuKey();