Home
last modified time | relevance | path

Searched refs:inputManager (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationInputManagerTest.java89 final ConversationInputManager inputManager = new ConversationInputManager(getTestContext(), in initNewInputManager() local
92 return inputManager; in initNewInputManager()
96 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowHideInputs() local
98 inputManager.showHideMediaPicker(true /* show */, true /* animate */); in testShowHideInputs()
104 assertEquals(true, inputManager.isMediaPickerVisible()); in testShowHideInputs()
105 assertEquals(false, inputManager.isSimSelectorVisible()); in testShowHideInputs()
106 assertEquals(false, inputManager.isImeKeyboardVisible()); in testShowHideInputs()
109 inputManager.showHideMediaPicker(false /* show */, true /* animate */); in testShowHideInputs()
112 assertEquals(false, inputManager.isMediaPickerVisible()); in testShowHideInputs()
113 assertEquals(false, inputManager.isSimSelectorVisible()); in testShowHideInputs()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java85 InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in registerInputMethodMonitor() local
86 inputManager.registerInputDeviceListener(mInputListener, mHandler); in registerInputMethodMonitor()
93 int[] inputDevices = inputManager.getInputDeviceIds(); in registerInputMethodMonitor()
126 … InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in unregisterInputMethodMonitor() local
127 inputManager.unregisterInputDeviceListener(mInputListener); in unregisterInputMethodMonitor()
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java233 TvInputManagerHelper inputManager =
235 return SetupUtils.getInstance(mContext).hasNewInput(inputManager);
239 TvInputManagerHelper inputManager =
242 for (TvInputInfo info : inputManager.getTvInputInfos(true, true)) {
252 TvInputManagerHelper inputManager =
258 && inputManager.getTvInputAppInfo(currentChannel.getInputId()) != null;
/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java230 public boolean hasNewInput(TvInputManagerHelper inputManager) { in hasNewInput() argument
231 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) { in hasNewInput()
250 public void markAllInputsRecognized(TvInputManagerHelper inputManager) { in markAllInputsRecognized() argument
251 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) { in markAllInputsRecognized()
261 public boolean hasUnrecognizedInput(TvInputManagerHelper inputManager) { in hasUnrecognizedInput() argument
262 for (TvInputInfo input : inputManager.getTvInputInfos(true, true)) { in hasUnrecognizedInput()
DUtils.java661 TvInputManagerHelper inputManager = in loadLabel() local
663 CharSequence customLabel = inputManager.loadCustomLabel(input); in loadLabel()
666 label = inputManager.loadLabel(input).toString(); in loadLabel()
DTvInputManagerHelper.java557 public InputComparatorInternal(TvInputManagerHelper inputManager) { in InputComparatorInternal() argument
558 mInputManager = inputManager; in InputComparatorInternal()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DTvInputNewComparatorTest.java72 TvInputManagerHelper inputManager = Mockito.mock(TvInputManagerHelper.class); in testComparator() local
73 Mockito.when(inputManager.getDefaultTvInputInfoComparator()).thenReturn( in testComparator()
81 TvInputNewComparator comparator = new TvInputNewComparator(setupUtils, inputManager); in testComparator()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java140 … DefaultSoftKeyboardEN inputManager = ((DefaultSoftKeyboardEN) mInputViewManager);
141 View v = inputManager.getKeyboardView();
142 mTutorial = new TutorialEN(OpenWnnEN.this, v, inputManager);
1052 DefaultSoftKeyboardEN inputManager = ((DefaultSoftKeyboardEN) mInputViewManager); in startTutorial() local
1053 View v = inputManager.getKeyboardView(); in startTutorial()
DOpenWnnJAJP.java438 … DefaultSoftKeyboardJAJP inputManager = ((DefaultSoftKeyboardJAJP) mInputViewManager);
439 View v = inputManager.getKeyboardView();
440 mTutorial = new TutorialJAJP(OpenWnnJAJP.this, v, inputManager);
3029 DefaultSoftKeyboardJAJP inputManager = ((DefaultSoftKeyboardJAJP) mInputViewManager); in startTutorial() local
3030 View v = inputManager.getKeyboardView(); in startTutorial()
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java145 public ChannelDataManager(Context context, TvInputManagerHelper inputManager) { in ChannelDataManager() argument
146 this(context, inputManager, context.getContentResolver()); in ChannelDataManager()
151 ChannelDataManager(Context context, TvInputManagerHelper inputManager, in ChannelDataManager() argument
154 mInputManager = inputManager; in ChannelDataManager()
156 mChannelComparator = new Channel.DefaultComparator(context, inputManager); in ChannelDataManager()
DTvInputNewComparator.java33 public TvInputNewComparator(SetupUtils setupUtils, TvInputManagerHelper inputManager) { in TvInputNewComparator() argument
35 mInputManager = inputManager; in TvInputNewComparator()
DChannel.java679 public DefaultComparator(Context context, TvInputManagerHelper inputManager) { in DefaultComparator() argument
681 mInputManager = inputManager; in DefaultComparator()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DKeyboardBot.java45 InputMethodManager inputManager = (InputMethodManager) mContext in isKeyboardPresent() local
47 return inputManager.isAcceptingText(); in isKeyboardPresent()
/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java64 TvInputManagerHelper inputManager = appSingletons.getTvInputManagerHelper(); in onCreate() local
67 mTvInputInfo = inputManager.getTvInputInfo(inputId); in onCreate()
DTvApplication.java560 TvInputManager inputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in handleInputCountChanged() local
564 List<TvInputInfo> inputs = inputManager.getTvInputList(); in handleInputCountChanged()
590 SetupUtils.getInstance(TvApplication.this).onInputListUpdated(inputManager); in handleInputCountChanged()
DChannelTuner.java91 public ChannelTuner(ChannelDataManager channelDataManager, TvInputManagerHelper inputManager) { in ChannelTuner() argument
93 mInputManager = inputManager; in ChannelTuner()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingScheduler.java137 TvInputManagerHelper inputManager, Context context, Clock clock, in RecordingScheduler() argument
144 mInputManager = inputManager; in RecordingScheduler()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java209 public TutorialJAJP(OpenWnnJAJP ime, View inputView, DefaultSoftKeyboardJAJP inputManager) { in TutorialJAJP() argument
210 mInputManager = inputManager; in TutorialJAJP()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java330 public void setInputManager(final ConversationInputManager inputManager) { in setInputManager() argument
331 mInputManager = inputManager; in setInputManager()
DConversationFragment.java454 final ConversationInputManager inputManager = new ConversationInputManager( in onActivityCreated() local
457 mComposeMessageView.setInputManager(inputManager); in onActivityCreated()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java206 public TutorialEN(OpenWnnEN ime, View inputView, DefaultSoftKeyboardEN inputManager) { in TutorialEN() argument
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1177 final InputMethodManager inputManager = (InputMethodManager) in acceptFilter() local
1179 return !inputManager.isFullscreenMode(); in acceptFilter()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java897 final InputMethodManager inputManager = (InputMethodManager) in acceptFilter() local
899 return !inputManager.isFullscreenMode(); in acceptFilter()