Home
last modified time | relevance | path

Searched defs:screenWidthDp (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModel.kt120 val screenWidthDp = configuration.screenWidthDp in <lambda>() constant
/frameworks/base/core/java/android/accessibilityservice/util/
DAccessibilityUtils.java120 final int screenWidthDp = resources.getConfiguration().screenWidthDp; in getScreenWidthPixels() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSmartspaceViewModelTest.kt138 val screenWidthDp = 347 in dateWeatherBelowSmallClock_defaultFontAndDisplaySize_false() constant
/frameworks/base/core/jni/
Dandroid_content_res_Configuration.cpp43 jfieldID screenWidthDp; member
/frameworks/base/tools/aapt2/test/
DBuilders.h292 ConfigDescriptionBuilder& setScreenWidthDp(uint16_t screenWidthDp) { in setScreenWidthDp()
/frameworks/base/core/java/android/content/res/
DAssetManager.java1578 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()
DConfiguration.java852 public int screenWidthDp; field in Configuration
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java2158 assertEquals(mActivity.getConfiguration().screenWidthDp, in testComputeConfigResourceOverrides_unresizableApp()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1208 uint16_t screenWidthDp; member
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java1728 static int computeScreenLayout(int sourceScreenLayout, int screenWidthDp, in computeScreenLayout()