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

1 2

  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV16.java 34 private final Map<InputManagerCompat.InputDeviceListener, V16InputDeviceListener> mListeners;
38 mListeners = new HashMap<InputManagerCompat.InputDeviceListener, V16InputDeviceListener>();
51 static class V16InputDeviceListener implements InputManager.InputDeviceListener {
52 final InputManagerCompat.InputDeviceListener mIDL;
54 public V16InputDeviceListener(InputDeviceListener idl) {
76 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
83 public void unregisterInputDeviceListener(InputDeviceListener listener) {
InputManagerCompat.java 50 public void registerInputDeviceListener(InputManagerCompat.InputDeviceListener listener,
58 public void unregisterInputDeviceListener(InputManagerCompat.InputDeviceListener listener);
91 public interface InputDeviceListener {
InputManagerV9.java 43 private final Map<InputDeviceListener, Handler> mListeners;
90 mListeners = new HashMap<InputDeviceListener, Handler>();
119 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
128 public void unregisterInputDeviceListener(InputDeviceListener listener) {
137 for (InputDeviceListener listener : mListeners.keySet()) {
148 private InputDeviceListener mListener;
155 InputDeviceListener listener) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowInputManager.java 34 * Shadow for {@ InputManager} that has assessors for registered {@link InputDeviceListener}s.
39 private ArrayList<InputManager.InputDeviceListener> mInputDeviceListeners;
54 public void registerInputDeviceListener(InputManager.InputDeviceListener listener,
63 public void unregisterInputDeviceListener(InputManager.InputDeviceListener listener) {
70 public List<InputManager.InputDeviceListener> getRegisteredInputDeviceListeners() {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothInputDeviceConnector.java 98 private InputManager.InputDeviceListener mInputListener =
99 new InputManager.InputDeviceListener() {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java 23 import android.hardware.input.InputManager.InputDeviceListener;
44 implements InputDeviceListener {
PhysicalKeyboardPreferenceController.java 34 LifecycleObserver, OnResume, OnPause, InputManager.InputDeviceListener {
GameControllerPreferenceController.java 34 implements InputManager.InputDeviceListener, LifecycleObserver, OnResume, OnPause {
KeyboardLayoutDialogFragment.java 31 import android.hardware.input.InputManager.InputDeviceListener;
51 implements InputDeviceListener, LoaderCallbacks<KeyboardLayoutDialogFragment.Keyboards> {
PhysicalKeyboardFragment.java 66 implements InputManager.InputDeviceListener, Indexable {
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 331 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) {
352 public void unregisterInputDeviceListener(InputDeviceListener listener) {
367 private int findInputDeviceListenerLocked(InputDeviceListener listener) {
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DynamicIndexableContentMonitorTest.java 234 final InputManager.InputDeviceListener listener = extactInputDeviceListener();
461 private InputManager.InputDeviceListener extactInputDeviceListener() {
462 List<InputManager.InputDeviceListener> listeners = ((ShadowInputManager) ShadowExtractor
465 InputManager.InputDeviceListener inputDeviceListener = null;
466 for (InputManager.InputDeviceListener listener : listeners) {
468 if (inputDeviceListener != null) {
469 assertThat(listener).isEqualTo(inputDeviceListener);
471 inputDeviceListener = listener;
475 return inputDeviceListener;
    [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 23 import android.hardware.input.InputManager.InputDeviceListener;
44 public class FullscreenActivity extends Activity implements InputDeviceListener {
419 * android.hardware.input.InputManager.InputDeviceListener#onInputDeviceAdded
441 * android.hardware.input.InputManager.InputDeviceListener#onInputDeviceRemoved
467 * android.hardware.input.InputManager.InputDeviceListener#onInputDeviceChanged
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 57 implements InputManager.InputDeviceListener {
170 // Implementation of InputManager.InputDeviceListener.onInputDeviceAdded()
177 // Implementation of InputManager.InputDeviceListener.onInputDeviceChanged()
188 // Implementation of InputManager.InputDeviceListener.onInputDeviceRemoved()
  /packages/apps/Settings/src/com/android/settings/search/
DynamicIndexableContentMonitor.java 188 private static class InputDevicesMonitor implements InputManager.InputDeviceListener {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 20 import com.example.inputmanagercompat.InputManagerCompat.InputDeviceListener;
52 public class GameView extends View implements InputDeviceListener {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 25 import android.hardware.input.InputManager.InputDeviceListener;
39 public class PointerLocationView extends View implements InputDeviceListener,
    [all...]
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 69 implements InputManager.InputDeviceListener {
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 1225 milliseconds

1 2