OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSelectInputView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/
SelectInputActivity.java
36
private SelectInputView
mSelectInputView
;
43
mSelectInputView
= (SelectInputView) findViewById(R.id.scene_transition_common);
44
mSelectInputView
.setOnInputSelectedCallback(new OnInputSelectedCallback() {
67
mSelectInputView
.setCurrentChannel(Channel.createPassthroughChannel(channelUri));
76
mSelectInputView
.onEnterAction(true);
81
mSelectInputView
.onExitAction();
94
mSelectInputView
.onKeyUp(keyCode, event);
/packages/apps/TV/src/com/android/tv/ui/
TvTransitionManager.java
57
private final SelectInputView
mSelectInputView
;
81
mSelectInputView
= selectInputView;
111
lp.width = mCurrentScene == mSelectInputScene ?
mSelectInputView
.getWidth()
133
mSelectInputView
.setCurrentChannel(mMainActivity.getCurrentChannel());
188
mSelectInputScene = buildScene(mSceneContainer,
mSelectInputView
);
283
mSceneContainer.getOverlay().remove(
mSelectInputView
);
TvOverlayManager.java
151
private final SelectInputView
mSelectInputView
;
175
mSelectInputView
= selectInputView;
736
return
mSelectInputView
.onKeyDown(keyCode, event) ?
[
all
...]
Completed in 56 milliseconds