Home
last modified time | relevance | path

Searched refs:KeypadChannelSwitchView (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DKeypadChannelSwitchView.java49 public class KeypadChannelSwitchView extends LinearLayout class
107 public KeypadChannelSwitchView(Context context) { in KeypadChannelSwitchView() method in KeypadChannelSwitchView
111 public KeypadChannelSwitchView(Context context, AttributeSet attrs) { in KeypadChannelSwitchView() method in KeypadChannelSwitchView
115 public KeypadChannelSwitchView(Context context, AttributeSet attrs, int defStyleAttr) { in KeypadChannelSwitchView() method in KeypadChannelSwitchView
344 setViewHeight(KeypadChannelSwitchView.this, value); in createResizeAnimator()
H A DTvTransitionManager.java60 private final KeypadChannelSwitchView mKeypadChannelSwitchView;
82 KeypadChannelSwitchView keypadChannelSwitchView, in TvTransitionManager()
H A DTvOverlayManager.java213 private final KeypadChannelSwitchView mKeypadChannelSwitchView;
236 KeypadChannelSwitchView keypadChannelSwitchView, in TvOverlayManager()
1109 if (KeypadChannelSwitchView.isChannelNumberKey(keyCode)) { in onKeyUp()
/aosp12/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java131 import com.android.tv.ui.KeypadChannelSwitchView;
654 KeypadChannelSwitchView keypadChannelSwitchView = in onCreate()
655 (KeypadChannelSwitchView) in onCreate()
2197 if (KeypadChannelSwitchView.isChannelNumberKey(keyCode)) {