Home
last modified time | relevance | path

Searched refs:mDebugRoundedCornerDelegate (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java152 protected DebugRoundedCornerDelegate mDebugRoundedCornerDelegate = field in ScreenDecorations
422 mDebugRoundedCornerDelegate.removeDebugState(); in setDebug()
498 new RoundedCornerDecorProviderFactory(mDebugRoundedCornerDelegate); in startOnScreenDecorationsThread()
1025 mDebugRoundedCornerDelegate.setColor(mTintColor); in updateColorInversion()
1155 mDebugRoundedCornerDelegate.dump(pw); in dump()
1180 mDebugRoundedCornerDelegate.setPhysicalPixelDisplaySizeRatio(ratio); in updateConfiguration()
1265 topDrawable = mDebugRoundedCornerDelegate.getTopRoundedDrawable(); in updateHwLayerRoundedCornerDrawable()
1281 mDebugRoundedCornerDelegate.getHasTop(), in updateHwLayerRoundedCornerExistAndSize()
1282 mDebugRoundedCornerDelegate.getHasBottom(), in updateHwLayerRoundedCornerExistAndSize()
1283 mDebugRoundedCornerDelegate.getTopRoundedSize().getWidth(), in updateHwLayerRoundedCornerExistAndSize()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java1089 mScreenDecorations.mDebugRoundedCornerDelegate in testDebugRoundedCorners_noDeviceCornersSet()
1125 mScreenDecorations.mDebugRoundedCornerDelegate in testDebugRoundedCornersRemoved_noDeviceCornersSet()
1141 assertThat(mScreenDecorations.mDebugRoundedCornerDelegate.getHasBottom()).isFalse(); in testDebugRoundedCornersRemoved_noDeviceCornersSet()
1142 assertThat(mScreenDecorations.mDebugRoundedCornerDelegate.getHasTop()).isFalse(); in testDebugRoundedCornersRemoved_noDeviceCornersSet()