Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditTextCursorAnchorInfoTest.java316 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT); in testVisibleLineBounds_withCompoundDrawable_allVisible() local
318 /* scrollY= */ 0, topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_allVisible()
336 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines() local
338 /* scrollY= */ 0, topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines()
357 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_scrolled() local
360 topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_scrolled()
379 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible() local
382 topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1263 Drawable bottomDrawable = mRoundedCornerResDelegate.getBottomRoundedDrawable(); in updateHwLayerRoundedCornerDrawable() local
1266 bottomDrawable = mDebugRoundedCornerDelegate.getBottomRoundedDrawable(); in updateHwLayerRoundedCornerDrawable()
1269 if (topDrawable == null && bottomDrawable == null) { in updateHwLayerRoundedCornerDrawable()
1272 mScreenDecorHwcLayer.updateRoundedCornerDrawable(topDrawable, bottomDrawable); in updateHwLayerRoundedCornerDrawable()