Searched refs:InputBannerView (Results 1 – 4 of 4) sorted by relevance
31 public class InputBannerView extends LinearLayout implements TvTransitionManager.TransitionLayout { class49 public InputBannerView(Context context) { in InputBannerView() method in InputBannerView53 public InputBannerView(Context context, AttributeSet attrs) { in InputBannerView() method in InputBannerView57 public InputBannerView(Context context, AttributeSet attrs, int defStyle) { in InputBannerView() method in InputBannerView
55 private final InputBannerView mInputBannerView;74 ChannelBannerView channelBannerView, InputBannerView inputBannerView, in TvTransitionManager()
167 ChannelBannerView channelBannerView, InputBannerView inputBannerView, in TvOverlayManager()
106 import com.android.tv.ui.InputBannerView;574 InputBannerView inputBannerView = (InputBannerView) getLayoutInflater() in onCreate()