Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DEditTextCursorAnchorInfoTest.java316 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT); in testVisibleLineBounds_withCompoundDrawable_allVisible() local
336 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines() local
357 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_scrolled() local
379 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1316 Drawable bottomDrawable = mRoundedCornerResDelegate.getBottomRoundedDrawable(); in updateHwLayerRoundedCornerDrawable() local