HomeSort by relevance Sort by last modified time
    Searched refs:hasPermanentMenuKey (Results 1 - 25 of 36) sorted by null

1 2

  /cts/tests/app/src/android/app/cts/
ActionBarTest.java 90 boolean hasPermanentMenuKey = ViewConfiguration.get(getActivity()).hasPermanentMenuKey();
92 || hasPermanentMenuKey) {
111 boolean hasPermanentMenuKey = ViewConfiguration.get(getActivity()).hasPermanentMenuKey();
113 || hasPermanentMenuKey) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowViewConfiguration.java 68 private boolean hasPermanentMenuKey = false;
231 public boolean hasPermanentMenuKey() {
232 return hasPermanentMenuKey;
236 this.hasPermanentMenuKey = value;
  /frameworks/support/compat/src/main/java/androidx/core/view/
ViewConfigurationCompat.java 64 * @deprecated Use {@link ViewConfiguration#hasPermanentMenuKey()} directly.
67 public static boolean hasPermanentMenuKey(ViewConfiguration config) {
68 return config.hasPermanentMenuKey();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewConfigurationTest.java 72 assertThat(viewConfiguration.hasPermanentMenuKey()).isFalse();
76 assertThat(viewConfiguration.hasPermanentMenuKey()).isTrue();
  /cts/tests/tests/view/src/android/view/cts/
ViewConfigurationTest.java 84 vc.hasPermanentMenuKey();
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
ActionBarPolicy.java 81 return !ViewConfiguration.get(mContext).hasPermanentMenuKey();
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 280 * Configuration values for overriding {@link #hasPermanentMenuKey()} behavior.
914 public boolean hasPermanentMenuKey() {
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 340 if (ViewConfiguration.get(mMenu.getContext()).hasPermanentMenuKey()) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
MenuItemImpl.java 360 if (ViewConfiguration.get(mMenu.getContext()).hasPermanentMenuKey()) {
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 764 !ViewConfiguration.get(getContext()).hasPermanentMenuKey()) {
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 661 if (vConfig.hasPermanentMenuKey()) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AppCompatDelegateImpl.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 673 milliseconds

1 2