/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
H A D | ScreenSizeCalculator.java | 62 public Point getScreenSize(Display display) { in getScreenSize() method in ScreenSizeCalculator 82 final Point screenSize = getScreenSize(windowManager.getDefaultDisplay()); in getScreenAspectRatio()
|
H A D | SizeCalculator.java | 232 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize( in getPreviewCornerRadius() 248 Point screenSizePx = ScreenSizeCalculator.getInstance().getScreenSize(display); in getTileSize()
|
H A D | WallpaperCropUtils.java | 290 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize(display); in calculateCropRect()
|
H A D | FullScreenAnimation.java | 366 Point screenSize = screenSizeCalculator.getScreenSize(mView.getDisplay()); in startAnimation()
|
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteHardwareConfig.java | 48 config.getXdpi(), config.getYdpi(), config.getScreenSize(), config.getOrientation(), in RemoteHardwareConfig()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | WallpaperColorsLoader.java | 58 Point screen = ScreenSizeCalculator.getInstance().getScreenSize(display); in getWallpaperColors()
|
H A D | LockScreenPreviewer.java | 73 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize(defaultDisplay); in LockScreenPreviewer()
|
H A D | PreviewPager.java | 125 .getScreenSize(windowManager.getDefaultDisplay()); in PreviewPager()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | WindowMagnificationGestureHandler.java | 160 getScreenSize(mTempPoint); in handleShortcutTriggered() 164 private void getScreenSize(Point outSize) { in getScreenSize() method in WindowMagnificationGestureHandler
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | WallpaperPreviewBitmapTransformation.java | 48 ScreenSizeCalculator.getInstance().getScreenSize(windowManager.getDefaultDisplay()); in WallpaperPreviewBitmapTransformation()
|
H A D | ImagePreviewFragment.java | 151 mScreenSize = screenSizeCalculator.getScreenSize( in onCreateView() 154 mWallpaperScreenSize = screenSizeCalculator.getScreenSize( in onCreateView()
|
H A D | LivePreviewFragment.java | 166 mScreenSize = ScreenSizeCalculator.getInstance().getScreenSize( in onCreateView()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | DefaultWallpaperPersister.java | 119 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize(display); in setIndividualWallpaper() 152 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize(display); in setIndividualWallpaperWithPosition() 435 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize(croppingDisplay); in cropAndSetWallpaperBitmapInRotationStatic()
|
H A D | WallpaperSetter.java | 93 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize(defaultDisplay); in setCurrentWallpaper()
|
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/ |
H A D | PreviewActivityTest.java | 368 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize( in testClickSetWallpaper_CropsAndScalesWallpaper() 415 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize( in testSetsDefaultWallpaperZoomAndScroll()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderAction.java | 341 ScreenSize screenSize = hardwareConfig.getScreenSize(); in getConfiguration()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | Asset.java | 291 Point screenSize = ScreenSizeCalculator.getInstance().getScreenSize(defaultDisplay); in loadPreviewImage()
|