Searched refs:bottomDrawable (Results 1 – 2 of 2) sorted by relevance
316 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT); in testVisibleLineBounds_withCompoundDrawable_allVisible() local318 /* scrollY= */ 0, topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_allVisible()336 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines() local338 /* scrollY= */ 0, topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines()357 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_scrolled() local360 topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_scrolled()379 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible() local382 topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible()
1263 Drawable bottomDrawable = mRoundedCornerResDelegate.getBottomRoundedDrawable(); in updateHwLayerRoundedCornerDrawable() local1266 bottomDrawable = mDebugRoundedCornerDelegate.getBottomRoundedDrawable(); in updateHwLayerRoundedCornerDrawable()1269 if (topDrawable == null && bottomDrawable == null) { in updateHwLayerRoundedCornerDrawable()1272 mScreenDecorHwcLayer.updateRoundedCornerDrawable(topDrawable, bottomDrawable); in updateHwLayerRoundedCornerDrawable()