Searched refs:hasPermanentMenuKey (Results 1 – 11 of 11) sorted by relevance
30 boolean hasPermanentMenuKey(ViewConfiguration config); in hasPermanentMenuKey() method38 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.BaseViewConfigurationVersionImpl49 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.HoneycombViewConfigurationVersionImpl60 public boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat.IcsViewConfigurationVersionImpl61 return ViewConfigurationCompatICS.hasPermanentMenuKey(config); in hasPermanentMenuKey()96 public static boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompat97 return IMPL.hasPermanentMenuKey(config); in hasPermanentMenuKey()
25 static boolean hasPermanentMenuKey(ViewConfiguration config) { in hasPermanentMenuKey() method in ViewConfigurationCompatICS26 return config.hasPermanentMenuKey(); in hasPermanentMenuKey()
83 return !ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mContext)); in showsOverflowMenuButton()
795 public boolean hasPermanentMenuKey() { in hasPermanentMenuKey() method in ViewConfiguration
742 !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()
1200 (!ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mContext)) || in reopenMenu()1480 !ViewConfigurationCompat.hasPermanentMenuKey(ViewConfiguration.get(mContext))) { in onKeyUpPanel()
6462 method public static boolean hasPermanentMenuKey(android.view.ViewConfiguration);
34018 method public boolean hasPermanentMenuKey();
43103 method public boolean hasPermanentMenuKey();
46280 method public boolean hasPermanentMenuKey();
43189 method public boolean hasPermanentMenuKey();