Searched defs:screenWidthDp (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardSmartspaceViewModel.kt | 120 val screenWidthDp = configuration.screenWidthDp in <lambda>() constant
|
/frameworks/base/core/java/android/accessibilityservice/util/ |
D | AccessibilityUtils.java | 120 final int screenWidthDp = resources.getConfiguration().screenWidthDp; in getScreenWidthPixels() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardSmartspaceViewModelTest.kt | 138 val screenWidthDp = 347 in dateWeatherBelowSmallClock_defaultFontAndDisplaySize_false() constant
|
/frameworks/base/core/jni/ |
D | android_content_res_Configuration.cpp | 43 jfieldID screenWidthDp; member
|
/frameworks/base/tools/aapt2/test/ |
D | Builders.h | 292 ConfigDescriptionBuilder& setScreenWidthDp(uint16_t screenWidthDp) { in setScreenWidthDp()
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 1578 int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, in setConfiguration() 1602 int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int colorMode, in setConfiguration() 1618 int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int colorMode, in setConfigurationInternal() 1737 int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, in nativeSetConfiguration()
|
D | Configuration.java | 852 public int screenWidthDp; field in Configuration
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SizeCompatTests.java | 2158 assertEquals(mActivity.getConfiguration().screenWidthDp, in testComputeConfigResourceOverrides_unresizableApp()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1208 uint16_t screenWidthDp; member
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 1728 static int computeScreenLayout(int sourceScreenLayout, int screenWidthDp, in computeScreenLayout()
|