/aosp_15_r20/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/util/ |
D | FullResImageViewUtilTest.kt | 17 val screenWidth = 1080 in getScaleAndCenter_wallpaperSizeSameAsScreen() constant 42 val screenWidth = 1080 in getScaleAndCenter_wallpaperSizeLargerThanScreen() constant 67 val screenWidth = 1080 in getScaleAndCenter_wallpaperSizeSmallerThanScreen() constant 92 val screenWidth = 1080 in getScaleAndCenter_wallpaperSmallerThanScreenEightTimes_getsSameScales() constant
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | PathTextSlide.cpp | 103 virtual void reset(SkRandom*, int screenWidth, int screenHeight) {} in reset() 104 virtual bool animate(double nanos, int screenWidth, int screenHeight) { return false; } in animate() 165 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { in reset() 185 bool animate(double nanos, int screenWidth, int screenHeight) final { in animate() 273 void reset(SkRandom* rand, int screenWidth, int screenHeight) override { in reset()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
H A D | BubblePositionerTest.kt | 239 val screenWidth = 300 in testBubbleBarExpandedViewHeightAndWidth_screenWidthTooSmall() constant 611 val screenWidth = expandedViewWidth * 2 in getExpandedViewContainerPadding_largeScreen_fitsMaxViewWidth() constant 651 val screenWidth = 500 in getExpandedViewContainerPadding_smallTablet() constant
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/ |
H A D | Movie33897722.java | 72 private void test_movie(int resId, int screenWidth, int screenHeight, in test_movie() 79 assertEquals(movie.width(), screenWidth); in test_movie() local
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/ |
D | LandscapePagedViewHandler.kt | 361 val screenWidth = dp.widthPx in getDistanceToBottomOfRect() constant 428 val screenWidth = dp.widthPx in getFinalSplitPlaceholderBounds() constant
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | FloatingActionButtonController.java | 44 private int screenWidth; field in FloatingActionButtonController 64 public void setScreenWidth(int screenWidth) { in setScreenWidth()
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SizeCompatTests.java | 1949 final int screenWidth = 1100; in testDefaultLetterboxAspectRatioForMultiWindowMode_fixedOrientationApp() local 1980 final int screenWidth = 1100; in testDefaultLetterboxAspectRatioForMultiWindowMode_fixedOrientationAppWithMinRatio() local 2064 assertTrue(originalScreenWidthDp < originalScreenHeighthDp); in testComputeConfigResourceOverrides_unresizableApp() 2073 assertEquals(originalScreenWidthDp, mActivity.getConfiguration().screenWidthDp); in testComputeConfigResourceOverrides_unresizableApp() argument
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/ |
H A D | SsaDecoder.java | 70 private float screenWidth; field in SsaDecoder 309 float screenWidth, in createCue()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/ |
H A D | SsaDecoder.java | 70 private float screenWidth; field in SsaDecoder 309 float screenWidth, in createCue()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | PerimeterPathGuide.java | 86 int edgeInset, int screenWidth, int screenHeight) { in PerimeterPathGuide() 205 int screenWidth = mDeviceWidthPx; in computeRegions() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/ |
H A D | RegionSampler.kt | 242 val screenWidth = displaySize.x in convertBounds() constant
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/material3/ |
D | WearPermissionScaffold.kt | 110 val screenWidth = LocalConfiguration.current.screenWidthDp in WearPermissionScaffoldInternal() constant
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RecentsOrientedState.java | 511 float screenWidth, float screenHeight, Matrix out) { in postDisplayRotation() 534 float screenWidth, float screenHeight, Matrix out) { in preDisplayRotation()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ui/viewmodel/ |
H A D | SplitEdgeDetectorTest.kt | 47 private val screenWidth = 800 constant in com.android.systemui.scene.ui.viewmodel.SplitEdgeDetectorTest
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/ |
D | ScrollableScreen.kt | 149 val screenWidth = LocalConfiguration.current.screenWidthDp in Wear2Scaffold() constant
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/wear/elements/ |
D | ScrollableScreen.kt | 145 val screenWidth = LocalConfiguration.current.screenWidthDp in Scaffold() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/ |
H A D | ScreenshotAnimationController.kt | 234 val screenWidth = view.resources.displayMetrics.widthPixels in <lambda>() constant
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | Display.java | 31 public static float screenWidth(Activity activity) { in screenWidth() method in Display
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | BigCache.java | 43 final int screenWidth = windowBounds.width(); in onCreate() local
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/TestOverlayRequestManageCredentials/src/android/security/cts/overlay/RequestManageCredentials/ |
H A D | PocService.java | 49 int screenWidth = Resources.getSystem().getDisplayMetrics().widthPixels; in onStartCommand() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/ |
H A D | GesturePointerEventListener.kt | 63 var screenWidth = 0 in <lambda>() variable
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | WeightedLinearLayout.java | 59 final int screenWidth = metrics.widthPixels; in onMeasure() local
|
/aosp_15_r20/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/ |
D | TvMediaOutputDialogActivity.java | 78 int screenWidth = metrics.widthPixels; in onCreate() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/res/ |
H A D | AssetManager.java | 1580 int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, in setConfiguration() 1603 int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, in setConfiguration() 1619 int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, in setConfigurationInternal() 1716 int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, in nativeSetConfiguration()
|
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | BottomSheetLayout.java | 77 final int screenWidth = displayMetrics.widthPixels; in onMeasure() local
|