Home
last modified time | relevance | path

Searched refs:createDrawable (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/Input/src/android/hardware/input/
DKeyboardLayoutPreviewTests.kt52 private fun createDrawable(): Drawable? { in createDrawable() method
61 val drawable = createDrawable()!! in testKeyboardLayoutDrawable_hasCorrectDimensions()
69 assertNull(createDrawable()) in testKeyboardLayoutDrawable_isNull_ifFlagOff()
/frameworks/base/core/tests/coretests/src/android/widget/
DEditTextCursorAnchorInfoTest.java315 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_allVisible()
316 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT); in testVisibleLineBounds_withCompoundDrawable_allVisible()
335 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines()
336 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_cutBottomLines()
356 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_scrolled()
357 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_scrolled()
378 Drawable topDrawable = createDrawable(topDrawableHeight); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible()
379 Drawable bottomDrawable = createDrawable(2 * LINE_HEIGHT + 1); in testVisibleLineBounds_withCompoundDrawable_partiallyVisible()
624 private Drawable createDrawable(int height) { in createDrawable() method in EditTextCursorAnchorInfoTest
626 return createDrawable(1, height); in createDrawable()
[all …]
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DThemedIconDrawable.java105 public FastBitmapDrawable createDrawable() { in createDrawable() method in ThemedIconDrawable.ThemedConstantState
DFastBitmapDrawable.java433 protected FastBitmapDrawable createDrawable() { in createDrawable() method in FastBitmapDrawable.FastBitmapConstantState
439 FastBitmapDrawable drawable = createDrawable(); in newDrawable()
DClockDrawableWrapper.java513 public FastBitmapDrawable createDrawable() { in createDrawable() method in ClockDrawableWrapper.ClockIconDrawable.ClockConstantState