Searched refs:mInputManager (Results 1 - 12 of 12) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
H A DTvInputNewComparator.java31 private final TvInputManagerHelper mInputManager; field in class:TvInputNewComparator
35 mInputManager = inputManager;
55 return mInputManager.getDefaultTvInputInfoComparator().compare(lhs, rhs);
H A DChannel.java612 private final TvInputManagerHelper mInputManager; field in class:Channel.DefaultComparator
618 mInputManager = inputManager;
631 boolean lhsIsPartner = mInputManager.isPartnerInput(lhs.getInputId());
632 boolean rhsIsPartner = mInputManager.isPartnerInput(rhs.getInputId());
663 TvInputInfo info = mInputManager.getTvInputInfo(channel.getInputId());
H A DChannelDataManager.java69 private final TvInputManagerHelper mInputManager; field in class:ChannelDataManager
142 mInputManager = inputManager;
179 mInputManager.addCallback(mTvInputCallback);
195 mInputManager.removeCallback(mTvInputCallback);
561 mInputRemoved = !mInputManager.hasTvInputInfo(channel.getInputId());
/packages/apps/TV/src/com/android/tv/util/
H A DPipInputManager.java50 private final TvInputManagerHelper mInputManager; field in class:PipInputManager
59 TvInputInfo input = mInputManager.getTvInputInfo(inputId);
61 boolean available = mInputManager.getInputState(input)
83 if (mInputManager.getTunerTvInputSize() > 0) {
141 mInputManager = inputManager;
152 mInputManager.addCallback(mTvInputCallback);
164 mInputManager.removeCallback(mTvInputCallback);
279 for (TvInputInfo input : mInputManager.getTvInputInfos(false, false)) {
281 boolean available = mInputManager.getInputState(input)
327 mInputInfo = mInputManager
[all...]
H A DTvInputManagerHelper.java319 private final TvInputManagerHelper mInputManager; field in class:TvInputManagerHelper.TvInputInfoComparator
322 mInputManager = inputManager;
327 if (mInputManager.isPartnerInput(lhs) != mInputManager.isPartnerInput(rhs)) {
328 return mInputManager.isPartnerInput(lhs) ? -1 : 1;
330 return mInputManager.loadLabel(lhs).compareTo(mInputManager.loadLabel(rhs));
/packages/services/Car/car-support-lib/src/android/support/car/app/
H A DCarProxyActivity.java58 private CarInputManager mInputManager; field in class:CarProxyActivity
126 return CarProxyActivity.this.mInputManager;
224 mInputManager = new EmbeddedInputManager(this);
328 private final InputMethodManager mInputManager; field in class:CarProxyActivity.EmbeddedInputManager
333 mInputManager = (InputMethodManager) mActivity.get()
340 mInputManager.showSoftInput(view, 0);
351 mInputManager.hideSoftInputFromWindow(view.getWindowToken(), 0);
364 return mInputManager.isActive();
369 return mInputManager.isActive(view);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java134 private ConversationInputManager mInputManager; field in class:ComposeMessageView
184 mInputManager.onDetach();
220 boolean shown = mInputManager.toggleSimSelector(true /* animate */,
231 boolean shown = mInputManager.toggleSimSelector(true /* animate */,
272 boolean shown = mInputManager.toggleSimSelector(true /* animate */,
305 mInputManager.showHideMediaPicker(true /* show */, true /* animate */);
331 mInputManager = inputManager;
381 mInputManager.showHideSimSelector(false /* show */, true /* animate */);
569 mInputManager.showHideImeKeyboard(true, true);
839 if (mInputManager
[all...]
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
H A DCarDrawerActivity.java61 private CarInputManager mInputManager; field in class:CarDrawerActivity
111 mInputManager = getInputManager();
386 mInputManager.stopInput();
406 mInputManager = getInputManager();
/packages/apps/TV/src/com/android/tv/onboarding/
H A DSetupSourcesFragment.java137 private TvInputManagerHelper mInputManager; field in class:SetupSourcesFragment.ContentFragment
217 mInputManager = app.getTvInputManagerHelper();
221 mInputManager.addCallback(mInputCallback);
230 mInputManager.removeCallback(mInputCallback);
254 mInputs = mInputManager.getTvInputInfos(true, true);
267 Collections.sort(mInputs, new TvInputNewComparator(mSetupUtils, mInputManager));
/packages/apps/TV/src/com/android/tv/
H A DChannelTuner.java62 private final TvInputManagerHelper mInputManager; field in class:ChannelTuner
93 mInputManager = inputManager;
359 mCurrentChannelInputInfo = mInputManager.getTvInputInfo(mCurrentChannel.getInputId());
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DCustomizeChannelListFragment.java53 private TvInputManagerHelper mInputManager; field in class:CustomizeChannelListFragment
70 mInputManager = getMainActivity().getTvInputManagerHelper();
71 mChannelComparator = new Channel.DefaultComparator(getActivity(), mInputManager);
187 mInputManager.getTvInputInfo(inputId));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java68 private DefaultSoftKeyboardJAJP mInputManager; field in class:TutorialJAJP
210 mInputManager = inputManager;
350 mInputManager.nextKeyMode();

Completed in 345 milliseconds