Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java169 if (!secondConfig.isLayoutSizeAtLeast(firstConfig.screenLayout in crossesScreenLayoutSizeThreshold()
177 if (firstConfig.isLayoutSizeAtLeast(screenLayoutSize) in crossesScreenLayoutSizeThreshold()
178 != secondConfig.isLayoutSizeAtLeast(screenLayoutSize)) { in crossesScreenLayoutSizeThreshold()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java157 .isLayoutSizeAtLeast(Configuration.SCREENLAYOUT_SIZE_LARGE); in setUp()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DAutoShowTest.java86 .getConfiguration().isLayoutSizeAtLeast(Configuration.SCREENLAYOUT_SIZE_LARGE); in AutoShowTest()
/frameworks/base/core/java/android/view/
DViewConfiguration.java461 if (config.isLayoutSizeAtLeast(Configuration.SCREENLAYOUT_SIZE_XLARGE)) { in ViewConfiguration()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeVisibilityStateComputer.java405 || mService.mRes.getConfiguration().isLayoutSizeAtLeast( in computeState()
/frameworks/base/core/java/android/content/res/
DConfiguration.java564 public boolean isLayoutSizeAtLeast(int size) { in isLayoutSizeAtLeast() method in Configuration
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt5021 HSPLandroid/content/res/Configuration;->isLayoutSizeAtLeast(I)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9096 method public boolean isLayoutSizeAtLeast(int);
/frameworks/base/config/
Dboot-image-profile.txt5024 HSPLandroid/content/res/Configuration;->isLayoutSizeAtLeast(I)Z
/frameworks/base/core/api/
Dcurrent.txt13775 method public boolean isLayoutSizeAtLeast(int);