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.kt42 private fun createDrawable(): Drawable? { in createDrawable() method in android.hardware.input.KeyboardLayoutPreviewTests
50 val drawable = createDrawable()!! in testKeyboardLayoutDrawable_hasCorrectDimensions()
/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/mono/
DThemedIconDrawable.kt80 public override fun createDrawable() = ThemedIconDrawable(this) in isThemed() method
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java451 protected FastBitmapDrawable createDrawable() { in createDrawable() method in FastBitmapDrawable.FastBitmapConstantState
457 FastBitmapDrawable drawable = createDrawable(); in newDrawable()
DClockDrawableWrapper.java474 public FastBitmapDrawable createDrawable() { in createDrawable() method in ClockDrawableWrapper.ClockIconDrawable.ClockConstantState