Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java158 protected DebugRoundedCornerDelegate mDebugRoundedCornerDelegate = field in ScreenDecorations
390 mDebugRoundedCornerDelegate.applyNewDebugCorners(roundedTop, roundedBottom);
429 mDebugRoundedCornerDelegate.removeDebugState(); in setDebug()
504 new RoundedCornerDecorProviderFactory(mDebugRoundedCornerDelegate); in startOnScreenDecorationsThread()
1063 mDebugRoundedCornerDelegate.setColor(mTintColor); in updateColorInversion()
1203 mDebugRoundedCornerDelegate.dump(pw); in dump()
1228 mDebugRoundedCornerDelegate.setPhysicalPixelDisplaySizeRatio(ratio); in updateConfiguration()
1318 topDrawable = mDebugRoundedCornerDelegate.getTopRoundedDrawable(); in updateHwLayerRoundedCornerDrawable()
1319 bottomDrawable = mDebugRoundedCornerDelegate.getBottomRoundedDrawable(); in updateHwLayerRoundedCornerDrawable()
1334 mDebugRoundedCornerDelegate.getHasTop(), in updateHwLayerRoundedCornerExistAndSize()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java1096 mScreenDecorations.mDebugRoundedCornerDelegate in testDebugRoundedCorners_noDeviceCornersSet()
1132 mScreenDecorations.mDebugRoundedCornerDelegate in testDebugRoundedCornersRemoved_noDeviceCornersSet()
1148 assertThat(mScreenDecorations.mDebugRoundedCornerDelegate.getHasBottom()).isFalse(); in testDebugRoundedCornersRemoved_noDeviceCornersSet()
1149 assertThat(mScreenDecorations.mDebugRoundedCornerDelegate.getHasTop()).isFalse(); in testDebugRoundedCornersRemoved_noDeviceCornersSet()