Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditTextCursorAnchorInfoTest.java315 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_allVisible() local
318 /* scrollY= */ 0, topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_allVisible()
335 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines() local
338 /* scrollY= */ 0, topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines()
356 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_scrolled() local
360 topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_scrolled()
378 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible() local
382 topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1262 Drawable topDrawable = mRoundedCornerResDelegate.getTopRoundedDrawable(); in updateHwLayerRoundedCornerDrawable() local
1265 topDrawable = mDebugRoundedCornerDelegate.getTopRoundedDrawable(); in updateHwLayerRoundedCornerDrawable()
1269 if (topDrawable == null && bottomDrawable == null) { in updateHwLayerRoundedCornerDrawable()
1272 mScreenDecorHwcLayer.updateRoundedCornerDrawable(topDrawable, bottomDrawable); in updateHwLayerRoundedCornerDrawable()