HomeSort by relevance Sort by last modified time
    Searched full:keypadchannelswitchview (Results 1 - 7 of 7) sorted by null

  /packages/apps/TV/res/layout/
keypad_channel_switch.xml 18 <!-- NOTE: When the height of KeypadChannelSwitchView is changed,
21 <com.android.tv.ui.KeypadChannelSwitchView
57 </com.android.tv.ui.KeypadChannelSwitchView>
  /packages/apps/TV/src/com/android/tv/ui/
KeypadChannelSwitchView.java 51 public class KeypadChannelSwitchView extends LinearLayout implements
53 private static final String TAG = "KeypadChannelSwitchView";
103 public KeypadChannelSwitchView(Context context) {
107 public KeypadChannelSwitchView(Context context, AttributeSet attrs) {
111 public KeypadChannelSwitchView(Context context, AttributeSet attrs, int defStyleAttr) {
330 setViewHeight(KeypadChannelSwitchView.this, value);
TvTransitionManager.java 56 private final KeypadChannelSwitchView mKeypadChannelSwitchView;
75 KeypadChannelSwitchView keypadChannelSwitchView, SelectInputView selectInputView) {
80 mKeypadChannelSwitchView = keypadChannelSwitchView;
TvOverlayManager.java 218 private final KeypadChannelSwitchView mKeypadChannelSwitchView;
237 KeypadChannelSwitchView keypadChannelSwitchView, ChannelBannerView channelBannerView,
247 mKeypadChannelSwitchView = keypadChannelSwitchView;
633 * Pops up the KeypadChannelSwitchView with the given key input event.
    [all...]
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/sidepanel/
CustomizeChannelListFragmentTest.java 46 // Wait until KeypadChannelSwitchView closes.
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
PlayControlsRowViewTest.java 45 // Wait until KeypadChannelSwitchView closes.
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 111 import com.android.tv.ui.KeypadChannelSwitchView;
556 KeypadChannelSwitchView keypadChannelSwitchView = (KeypadChannelSwitchView)
595 keypadChannelSwitchView, channelBannerView, inputBannerView,
    [all...]

Completed in 345 milliseconds