Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DKeypadChannelSwitchView.java51 public class KeypadChannelSwitchView extends LinearLayout implements class
103 public KeypadChannelSwitchView(Context context) { in KeypadChannelSwitchView() method in KeypadChannelSwitchView
107 public KeypadChannelSwitchView(Context context, AttributeSet attrs) { in KeypadChannelSwitchView() method in KeypadChannelSwitchView
111 public KeypadChannelSwitchView(Context context, AttributeSet attrs, int defStyleAttr) { in KeypadChannelSwitchView() method in KeypadChannelSwitchView
330 setViewHeight(KeypadChannelSwitchView.this, value); in createResizeAnimator()
DTvTransitionManager.java56 private final KeypadChannelSwitchView mKeypadChannelSwitchView;
75 KeypadChannelSwitchView keypadChannelSwitchView, SelectInputView selectInputView) { in TvTransitionManager()
DTvOverlayManager.java150 private final KeypadChannelSwitchView mKeypadChannelSwitchView;
166 KeypadChannelSwitchView keypadChannelSwitchView, in TvOverlayManager()
839 if (KeypadChannelSwitchView.isChannelNumberKey(keyCode)) { in onKeyUp()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java107 import com.android.tv.ui.KeypadChannelSwitchView;
263 private KeypadChannelSwitchView mKeypadChannelSwitchView;
572 mKeypadChannelSwitchView = (KeypadChannelSwitchView) getLayoutInflater().inflate( in onCreate()
2425 if (KeypadChannelSwitchView.isChannelNumberKey(keyCode)) {