Home
last modified time | relevance | path

Searched defs:screenWidth (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/aosp_15_r20/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/util/
DFullResImageViewUtilTest.kt17 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 DPathTextSlide.cpp103 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 DBubblePositionerTest.kt239 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 DMovie33897722.java72 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/
DLandscapePagedViewHandler.kt361 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/
DFloatingActionButtonController.java44 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 DSizeCompatTests.java1949 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 DSsaDecoder.java70 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 DSsaDecoder.java70 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 DPerimeterPathGuide.java86 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 DRegionSampler.kt242 val screenWidth = displaySize.x in convertBounds() constant
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/material3/
DWearPermissionScaffold.kt110 val screenWidth = LocalConfiguration.current.screenWidthDp in WearPermissionScaffoldInternal() constant
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java511 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 DSplitEdgeDetectorTest.kt47 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/
DScrollableScreen.kt149 val screenWidth = LocalConfiguration.current.screenWidthDp in Wear2Scaffold() constant
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/wear/elements/
DScrollableScreen.kt145 val screenWidth = LocalConfiguration.current.screenWidthDp in Scaffold() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
H A DScreenshotAnimationController.kt234 val screenWidth = view.resources.displayMetrics.widthPixels in <lambda>() constant
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDisplay.java31 public static float screenWidth(Activity activity) { in screenWidth() method in Display
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCache.java43 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 DPocService.java49 int screenWidth = Resources.getSystem().getDisplayMetrics().widthPixels; in onStartCommand() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt63 var screenWidth = 0 in <lambda>() variable
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DWeightedLinearLayout.java59 final int screenWidth = metrics.widthPixels; in onMeasure() local
/aosp_15_r20/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/
DTvMediaOutputDialogActivity.java78 int screenWidth = metrics.widthPixels; in onCreate() local
/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DAssetManager.java1580 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 DBottomSheetLayout.java77 final int screenWidth = displayMetrics.widthPixels; in onMeasure() local

12345678910>>...15