HomeSort by relevance Sort by last modified time
    Searched defs:inputManager (Results 1 - 19 of 19) sorted by null

  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
KeyboardBot.java 40 InputMethodManager inputManager = (InputMethodManager) mContext
42 return inputManager.isAcceptingText();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothInputDeviceConnector.java 24 import android.hardware.input.InputManager;
85 InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE);
86 inputManager.registerInputDeviceListener(mInputListener, mHandler);
88 // TO DO: The line below is a workaround for an issue in InputManager.
91 // the problem is fixed in InputManager.
93 int[] inputDevices = inputManager.getInputDeviceIds();
98 private InputManager.InputDeviceListener mInputListener =
99 new InputManager.InputDeviceListener()
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
TvInputNewComparatorTest.java 75 TvInputManagerHelper inputManager = Mockito.mock(TvInputManagerHelper.class);
76 Mockito.when(inputManager.getDefaultTvInputInfoComparator()).thenReturn(
84 TvInputNewComparator comparator = new TvInputNewComparator(setupUtils, inputManager);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationInputManagerTest.java 89 final ConversationInputManager inputManager = new ConversationInputManager(getTestContext(),
92 return inputManager;
96 final ConversationInputManager inputManager = initNewInputManager(new Bundle());
98 inputManager.showHideMediaPicker(true /* show */, true /* animate */);
104 assertEquals(true, inputManager.isMediaPickerVisible());
105 assertEquals(false, inputManager.isSimSelectorVisible());
106 assertEquals(false, inputManager.isImeKeyboardVisible());
109 inputManager.showHideMediaPicker(false /* show */, true /* animate */);
112 assertEquals(false, inputManager.isMediaPickerVisible());
113 assertEquals(false, inputManager.isSimSelectorVisible())
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
DynamicIndexableContentMonitor.java 30 import android.hardware.input.InputManager;
56 InputManager.InputDeviceListener,
158 InputManager inputManager = (InputManager) activity.getSystemService(
160 inputManager.registerInputDeviceListener(this, mHandler);
172 InputManager inputManager = (InputManager) mContext.getSystemService(
174 inputManager.unregisterInputDeviceListener(this)
    [all...]
  /packages/apps/TV/src/com/android/tv/
SetupPassthroughActivity.java 52 TvInputManagerHelper inputManager = appSingletons.getTvInputManagerHelper();
54 mTvInputInfo = inputManager.getTvInputInfo(inputId);
TvApplication.java 333 TvInputManager inputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE);
337 List<TvInputInfo> inputs = inputManager.getTvInputList();
362 SetupUtils.getInstance(TvApplication.this).onInputListUpdated(inputManager);
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsRowAdapter.java 170 TvInputManagerHelper inputManager = TvApplication.getSingletons(mContext)
172 boolean showSetupCard = SetupUtils.getInstance(mContext).hasNewInput(inputManager);
180 for (TvInputInfo info : inputManager.getTvInputInfos(true, true)) {
187 TvInputInfo inputInfo = inputManager.getTvInputInfo(currentChannel.getInputId());
  /frameworks/base/services/java/com/android/server/
SystemServer.java 521 InputManagerService inputManager = null;
604 inputManager = new InputManagerService(context);
608 wm = WindowManagerService.main(context, inputManager,
612 ServiceManager.addService(Context.INPUT_SERVICE, inputManager);
621 inputManager.setWindowManagerCallbacks(wm.getInputMonitor());
622 inputManager.start();
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 121 private InputMethodManager inputManager;
327 inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
336 inputManager.showSoftInput(flip, InputMethodManager.SHOW_FORCED);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java 34 import android.hardware.input.InputManager;
328 final InputManager inputManager = InputManager.getInstance();
330 final InputDevice inputDevice = inputManager.getInputDevice(deviceId);
336 final int[] deviceIds = inputManager.getInputDeviceIds();
338 final InputDevice inputDevice = inputManager.getInputDevice(deviceIds[i]);
346 final InputDevice inputDevice = inputManager.getInputDevice(-1);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 140 DefaultSoftKeyboardEN inputManager = ((DefaultSoftKeyboardEN) mInputViewManager);
141 View v = inputManager.getKeyboardView();
142 mTutorial = new TutorialEN(OpenWnnEN.this, v, inputManager);
    [all...]
OpenWnnJAJP.java 438 DefaultSoftKeyboardJAJP inputManager = ((DefaultSoftKeyboardJAJP) mInputViewManager);
439 View v = inputManager.getKeyboardView();
440 mTutorial = new TutorialJAJP(OpenWnnJAJP.this, v, inputManager);
    [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java 454 final ConversationInputManager inputManager = new ConversationInputManager(
457 mComposeMessageView.setInputManager(inputManager);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1235 milliseconds