Searched refs:ButtonInterface (Results 1 – 4 of 4) sorted by relevance
100 if (view instanceof ButtonInterface) { in addView()101 final ButtonInterface button = (ButtonInterface) view; in addView()139 if (mViews.get(i) instanceof ButtonInterface) { in setImageDrawable()140 ((ButtonInterface) mViews.get(i)).setImageDrawable(mImageDrawable); in setImageDrawable()165 if (mViews.get(i) instanceof ButtonInterface) { in abortCurrentGesture()166 ((ButtonInterface) mViews.get(i)).abortCurrentGesture(); in abortCurrentGesture()218 if (mViews.get(i) instanceof ButtonInterface) { in setDarkIntensity()219 ((ButtonInterface) mViews.get(i)).setDarkIntensity(darkIntensity); in setDarkIntensity()228 if (mViews.get(i) instanceof ButtonInterface) { in setDelayTouchFeedback()229 ((ButtonInterface) mViews.get(i)).setDelayTouchFeedback(delay); in setDelayTouchFeedback()[all …]
22 public interface ButtonInterface { interface
33 public class NavigationHandle extends View implements ButtonInterface {
61 import com.android.systemui.statusbar.phone.ButtonInterface;63 public class KeyButtonView extends ImageView implements ButtonInterface {