HomeSort by relevance Sort by last modified time
    Searched refs:mInputManager (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/TV/src/com/android/tv/data/
TvInputNewComparator.java 31 private final TvInputManagerHelper mInputManager;
35 mInputManager = inputManager;
55 return mInputManager.getDefaultTvInputInfoComparator().compare(lhs, rhs);
Channel.java 612 private final TvInputManagerHelper mInputManager;
618 mInputManager = inputManager;
631 boolean lhsIsPartner = mInputManager.isPartnerInput(lhs.getInputId());
632 boolean rhsIsPartner = mInputManager.isPartnerInput(rhs.getInputId());
663 TvInputInfo info = mInputManager.getTvInputInfo(channel.getInputId());
ChannelDataManager.java 69 private final TvInputManagerHelper mInputManager;
142 mInputManager = inputManager;
179 mInputManager.addCallback(mTvInputCallback);
195 mInputManager.removeCallback(mTvInputCallback);
561 mInputRemoved = !mInputManager.hasTvInputInfo(channel.getInputId());
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV16.java 33 private final InputManager mInputManager;
37 mInputManager = (InputManager) context.getSystemService(Context.INPUT_SERVICE);
43 return mInputManager.getInputDevice(id);
48 return mInputManager.getInputDeviceIds();
78 mInputManager.registerInputDeviceListener(v16Listener, handler);
87 mInputManager.unregisterInputDeviceListener(curListener);
InputManagerV9.java 47 private final WeakReference<InputManagerV9> mInputManager;
50 mInputManager = new WeakReference<InputManagerV9>(im);
58 InputManagerV9 imv = mInputManager.get();
  /packages/apps/TV/src/com/android/tv/util/
PipInputManager.java 50 private final TvInputManagerHelper mInputManager;
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.getTvInputInfo(mInputId)
    [all...]
TvInputManagerHelper.java 319 private final TvInputManagerHelper mInputManager;
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/
CarProxyActivity.java 58 private CarInputManager mInputManager;
126 return CarProxyActivity.this.mInputManager;
224 mInputManager = new EmbeddedInputManager(this);
328 private final InputMethodManager mInputManager;
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);
  /frameworks/base/services/core/java/com/android/server/wm/
InputConsumerImpl.java 44 mService.mInputManager.registerInputChannel(mServerChannel, null);
85 mService.mInputManager.unregisterInputChannel(mServerChannel);
InputMonitor.java 349 mService.mInputManager.setInputWindows(mInputWindowHandles);
465 mService.mInputManager.setFocusedApplication(null);
471 mService.mInputManager.setFocusedApplication(handle);
536 mService.mInputManager.setInputDispatchMode(mInputDispatchEnabled, mInputDispatchFrozen);
TaskPositioner.java 246 mService.mInputManager.registerInputChannel(mServerChannel, null);
310 mService.mInputManager.unregisterInputChannel(mServerChannel);
DragState.java 146 mService.mInputManager.registerInputChannel(mServerChannel, null);
198 mService.mInputManager.unregisterInputChannel(mServerChannel);
Session.java 328 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
WindowManagerService.java 710 final InputManagerService mInputManager;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 134 private ConversationInputManager mInputManager;
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);
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarDrawerActivity.java 61 private CarInputManager mInputManager;
111 mInputManager = getInputManager();
386 mInputManager.stopInput();
406 mInputManager = getInputManager();
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 129 private InputManager mInputManager;
205 mInputManager = (InputManager) getSystemService(Context.INPUT_SERVICE);
214 int[] deviceIds = mInputManager.getInputDeviceIds();
250 mInputManager.registerInputDeviceListener(this, null);
256 mInputManager.unregisterInputDeviceListener(this);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 60 private InputManager mInputManager;
70 mInputManager = (InputManager)getSystemService(Context.INPUT_SERVICE);
95 mInputManager.registerInputDeviceListener(this, null);
99 int[] ids = mInputManager.getInputDeviceIds();
110 mInputManager.unregisterInputDeviceListener(this);
159 final InputDevice device = mInputManager.getInputDevice(deviceId);
  /packages/apps/TV/src/com/android/tv/onboarding/
SetupSourcesFragment.java 137 private TvInputManagerHelper mInputManager;
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/
ChannelTuner.java 62 private final TvInputManagerHelper mInputManager;
93 mInputManager = inputManager;
359 mCurrentChannelInputInfo = mInputManager.getTvInputInfo(mCurrentChannel.getInputId());
  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 85 private final InputManagerService mInputManager;
94 mInputManager = inputManager;
105 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_HEADPHONE_INSERT) == 1) {
108 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) {
111 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_LINEOUT_INSERT) == 1) {
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
CustomizeChannelListFragment.java 53 private TvInputManagerHelper mInputManager;
70 mInputManager = getMainActivity().getTvInputManagerHelper();
71 mChannelComparator = new Channel.DefaultComparator(getActivity(), mInputManager);
187 mInputManager.getTvInputInfo(inputId));
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 189 inline sp<InputManager> getInputManager() const { return mInputManager; }
255 sp<InputManager> mInputManager;
319 mInputManager = new InputManager(eventHub, this, this);
345 mInputManager->getReader()->dump(dump);
348 mInputManager->getDispatcher()->dump(dump);
385 mInputManager->getReader()->requestRefreshConfiguration(
393 return mInputManager->getDispatcher()->registerInputChannel(
399 return mInputManager->getDispatcher()->unregisterInputChannel(inputChannel);
679 mInputManager->getDispatcher()->setInputWindows(windowHandles);
704 mInputManager->getReader()->requestRefreshConfiguration(changes)
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 70 private final InputManagerCompat mInputManager;
107 mInputManager = InputManagerCompat.Factory.getInputManager(this.getContext());
108 mInputManager.registerInputDeviceListener(this, null);
114 int[] deviceIds = mInputManager.getInputDeviceIds();
116 InputDevice dev = mInputManager.getInputDevice(deviceId);
157 mInputManager.onGenericMotionEvent(event);
185 mInputManager.onResume();
196 mInputManager.onPause();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 68 private DefaultSoftKeyboardJAJP mInputManager;
210 mInputManager = inputManager;
350 mInputManager.nextKeyMode();

Completed in 606 milliseconds

1 2