Searched refs:buttonImage (Results 1 – 2 of 2) sorted by relevance
39 @Mock lateinit var buttonImage: Drawable variable in com.android.keyguard.NumPadAnimatorTest45 underTest = NumPadAnimator(context, background, 0, buttonImage) in setup()
69 @StyleRes int style, Drawable buttonImage) { in NumPadAnimator() argument70 this(context, drawable, style, null, buttonImage); in NumPadAnimator()74 @Nullable TextView digitTextView, @Nullable Drawable buttonImage) { in NumPadAnimator() argument78 mImageButton = buttonImage; in NumPadAnimator()