Searched refs:topDrawable (Results 1 – 2 of 2) sorted by relevance
315 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_allVisible() local318 /* scrollY= */ 0, topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_allVisible()335 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines() local338 /* scrollY= */ 0, topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines()356 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_scrolled() local360 topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_scrolled()378 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible() local382 topDrawable, bottomDrawable); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible()
1262 Drawable topDrawable = mRoundedCornerResDelegate.getTopRoundedDrawable(); in updateHwLayerRoundedCornerDrawable() local1265 topDrawable = mDebugRoundedCornerDelegate.getTopRoundedDrawable(); in updateHwLayerRoundedCornerDrawable()1269 if (topDrawable == null && bottomDrawable == null) { in updateHwLayerRoundedCornerDrawable()1272 mScreenDecorHwcLayer.updateRoundedCornerDrawable(topDrawable, bottomDrawable); in updateHwLayerRoundedCornerDrawable()