Searched refs:createDrawable (Results 1 – 5 of 5) sorted by relevance
42 private fun createDrawable(): Drawable? { in createDrawable() method in android.hardware.input.KeyboardLayoutPreviewTests50 val drawable = createDrawable()!! in testKeyboardLayoutDrawable_hasCorrectDimensions()
315 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 EditTextCursorAnchorInfoTest626 return createDrawable(1, height); in createDrawable()[all …]
80 public override fun createDrawable() = ThemedIconDrawable(this) in isThemed() method
451 protected FastBitmapDrawable createDrawable() { in createDrawable() method in FastBitmapDrawable.FastBitmapConstantState457 FastBitmapDrawable drawable = createDrawable(); in newDrawable()
474 public FastBitmapDrawable createDrawable() { in createDrawable() method in ClockDrawableWrapper.ClockIconDrawable.ClockConstantState