Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1315 Drawable topDrawable = mRoundedCornerResDelegate.getTopRoundedDrawable(); in updateHwLayerRoundedCornerDrawable() local
1318 topDrawable = mDebugRoundedCornerDelegate.getTopRoundedDrawable(); in updateHwLayerRoundedCornerDrawable()
1322 if (topDrawable == null && bottomDrawable == null) { in updateHwLayerRoundedCornerDrawable()
1325 mScreenDecorHwcLayer.updateRoundedCornerDrawable(topDrawable, bottomDrawable); in updateHwLayerRoundedCornerDrawable()