OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputBannerView
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TV/src/com/android/tv/ui/
InputBannerView.java
31
public class
InputBannerView
extends LinearLayout implements TvTransitionManager.TransitionLayout {
49
public
InputBannerView
(Context context) {
53
public
InputBannerView
(Context context, AttributeSet attrs) {
57
public
InputBannerView
(Context context, AttributeSet attrs, int defStyle) {
TvTransitionManager.java
55
private final
InputBannerView
mInputBannerView;
74
ChannelBannerView channelBannerView,
InputBannerView
inputBannerView
,
79
mInputBannerView =
inputBannerView
;
TvOverlayManager.java
167
ChannelBannerView channelBannerView,
InputBannerView
inputBannerView
,
179
channelBannerView,
inputBannerView
, mKeypadChannelSwitchView, selectInputView);
[
all
...]
/packages/apps/TV/src/com/android/tv/
MainActivity.java
106
import com.android.tv.ui.
InputBannerView
;
574
InputBannerView
inputBannerView
= (
InputBannerView
) getLayoutInflater()
611
mKeypadChannelSwitchView, mChannelBannerView,
inputBannerView
,
[
all
...]
Completed in 586 milliseconds