Home
last modified time | relevance | path

Searched defs:inputManager (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationInputManagerTest.java89 final ConversationInputManager inputManager = new ConversationInputManager(getTestContext(), in initNewInputManager() local
96 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowHideInputs() local
119 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowTwoInputsSequentially() local
136 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testOnKeyboardShow() local
153 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testRestoreState() local
175 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testBackPress() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java85 InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in registerInputMethodMonitor() local
126 … InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in unregisterInputMethodMonitor() local
/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java221 public boolean hasNewInput(TvInputManagerHelper inputManager) { in hasNewInput()
241 public void markAllInputsRecognized(TvInputManagerHelper inputManager) { in markAllInputsRecognized()
252 public boolean hasUnrecognizedInput(TvInputManagerHelper inputManager) { in hasUnrecognizedInput()
DPipInputManager.java138 public PipInputManager(Context context, TvInputManagerHelper inputManager, in PipInputManager()
DTvInputManagerHelper.java321 public TvInputInfoComparator(TvInputManagerHelper inputManager) { in TvInputInfoComparator()
/packages/apps/TV/src/com/android/tv/data/
DTvInputNewComparator.java33 public TvInputNewComparator(SetupUtils setupUtils, TvInputManagerHelper inputManager) { in TvInputNewComparator()
DChannelDataManager.java134 public ChannelDataManager(Context context, TvInputManagerHelper inputManager) { in ChannelDataManager()
139 ChannelDataManager(Context context, TvInputManagerHelper inputManager, in ChannelDataManager()
DChannel.java616 public DefaultComparator(Context context, TvInputManagerHelper inputManager) { in DefaultComparator()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DTvInputNewComparatorTest.java75 TvInputManagerHelper inputManager = Mockito.mock(TvInputManagerHelper.class); in testComparator() local
/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java52 TvInputManagerHelper inputManager = appSingletons.getTvInputManagerHelper(); in onCreate() local
DTvApplication.java333 TvInputManager inputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in handleInputCountChanged() local
DChannelTuner.java91 public ChannelTuner(ChannelDataManager channelDataManager, TvInputManagerHelper inputManager) { in ChannelTuner()
/packages/apps/Settings/src/com/android/settings/search/
DDynamicIndexableContentMonitor.java158 InputManager inputManager = (InputManager) activity.getSystemService( in register() local
172 InputManager inputManager = (InputManager) mContext.getSystemService( in unregister() local
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java170 TvInputManagerHelper inputManager = TvApplication.getSingletons(mContext) in update() local
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java209 public TutorialJAJP(OpenWnnJAJP ime, View inputView, DefaultSoftKeyboardJAJP inputManager) { in TutorialJAJP()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java206 public TutorialEN(OpenWnnEN ime, View inputView, DefaultSoftKeyboardEN inputManager) { in TutorialEN()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java1052 DefaultSoftKeyboardEN inputManager = ((DefaultSoftKeyboardEN) mInputViewManager); in startTutorial() local
DOpenWnnJAJP.java3029 DefaultSoftKeyboardJAJP inputManager = ((DefaultSoftKeyboardJAJP) mInputViewManager); in startTutorial() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java330 public void setInputManager(final ConversationInputManager inputManager) { in setInputManager()
DConversationFragment.java454 final ConversationInputManager inputManager = new ConversationInputManager( in onActivityCreated() local
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java897 final InputMethodManager inputManager = (InputMethodManager) in acceptFilter() local
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1203 final InputMethodManager inputManager = (InputMethodManager) in acceptFilter() local