Searched refs:createDrawable (Results 1 – 5 of 5) sorted by relevance
52 private fun createDrawable(): Drawable? { in createDrawable() method61 val drawable = createDrawable()!! in testKeyboardLayoutDrawable_hasCorrectDimensions()69 assertNull(createDrawable()) in testKeyboardLayoutDrawable_isNull_ifFlagOff()
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 …]
105 public FastBitmapDrawable createDrawable() { in createDrawable() method in ThemedIconDrawable.ThemedConstantState
433 protected FastBitmapDrawable createDrawable() { in createDrawable() method in FastBitmapDrawable.FastBitmapConstantState439 FastBitmapDrawable drawable = createDrawable(); in newDrawable()
513 public FastBitmapDrawable createDrawable() { in createDrawable() method in ClockDrawableWrapper.ClockIconDrawable.ClockConstantState