Searched refs:rotatedCrop (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperCropper.java | 235 Rect rotatedCrop = getCrop(rotatedDisplaySize, bitmapSize, suggestedCrops, rtl); in getCrop() local 237 rotatedCropMap.put(rotatedOrientation, rotatedCrop); in getCrop() 297 Rect rotatedCrop = new Rect(newLeft, newTop, newRight, newBottom); in getAdjustedCrop() local 301 rotatedCrop, rotatedBitmap, rotatedScreen, false, rtl, mode); in getAdjustedCrop()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerSnapshotTest.cpp | 398 Rect rotatedCrop = {500, 300, 700, 400}; in TEST_F() local 399 EXPECT_EQ(getSnapshot({.id = 3})->inputInfo.touchableRegion.bounds(), rotatedCrop); in TEST_F()
|