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

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/
ControllerLifeCycleListener.java 20 import android.hardware.input.InputManager;
21 import android.hardware.input.InputManager.InputDeviceListener;
35 private final InputManager inputManager;
40 this.inputManager = (InputManager)((Context)Gdx.app).getSystemService(Context.INPUT_SERVICE);
42 inputManager.registerInputDeviceListener(this, ((AndroidApplication)Gdx.app).handler);
47 inputManager.registerInputDeviceListener(this, ((AndroidApplication)Gdx.app).handler);
53 inputManager.unregisterInputDeviceListener(this);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
com.badlogic.gdx.controllers.desktop.ois.Ois.cpp 20 OIS::InputManager *inputManager = OIS::InputManager::createInputSystem(params);
21 return (jlong)inputManager;
31 OIS::InputManager* inputManager = (OIS::InputManager*)inputManagerPtr;
32 OIS::DeviceList map = inputManager->listFreeDevices();
33 int joystickCount = inputManager->getNumberOfDevices(OIS::OISJoyStick);
50 OIS::InputManager* inputManager = (OIS::InputManager*)inputManagerPtr;
    [all...]
  /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 531 InputManagerService inputManager = null;
614 inputManager = new InputManagerService(context);
618 wm = WindowManagerService.main(context, inputManager,
622 ServiceManager.addService(Context.INPUT_SERVICE, inputManager);
631 inputManager.setWindowManagerCallbacks(wm.getInputMonitor());
632 inputManager.start();
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 120 private InputMethodManager inputManager;
326 inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
335 inputManager.showSoftInput(flip, InputMethodManager.SHOW_FORCED);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java 36 import android.hardware.input.InputManager;
336 final InputManager inputManager = InputManager.getInstance();
338 final InputDevice inputDevice = inputManager.getInputDevice(deviceId);
344 final int[] deviceIds = inputManager.getInputDeviceIds();
346 final InputDevice inputDevice = inputManager.getInputDevice(deviceIds[i]);
354 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 541 milliseconds