/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) {
|
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) {
|
InputManagerCompat.java | 50 public void registerInputDeviceListener(InputManagerCompat.InputDeviceListener listener, 58 public void unregisterInputDeviceListener(InputManagerCompat.InputDeviceListener listener); 91 public interface InputDeviceListener {
|
/frameworks/base/docs/html/training/game-controllers/ |
compatibility.jd | 114 <td>{@link android.hardware.input.InputManager.InputDeviceListener#onInputDeviceAdded(int) onInputDeviceAdded()}</td> 120 <td>{@link android.hardware.input.InputManager.InputDeviceListener#onInputDeviceChanged(int) onInputDeviceChanged()}</td> 126 <td>{@link android.hardware.input.InputManager.InputDeviceListener#onInputDeviceRemoved(int) onInputDeviceRemoved()}</td> 216 InputManagerCompat.InputDeviceListener listener, 219 InputManagerCompat.InputDeviceListener listener); 226 public interface InputDeviceListener { 247 <dd>Mirrors {@link android.hardware.input.InputManager#registerInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener, android.os.Handler) 251 <dd>Mirrors {@link android.hardware.input.InputManager#unregisterInputDeviceListener(android.hardware.input.InputManager.InputDeviceListener) unregisterInputDeviceListener()}. 265 <dt>{@code InputDeviceListener}</dt> 266 <dd>Mirrors the {@link android.hardware.input.InputManager.InputDeviceListener} [all...] |
/external/libgdx/extensions/gdx-controllers/gdx-controllers-android/src/com/badlogic/gdx/controllers/android/ |
ControllerLifeCycleListener.java | 21 import android.hardware.input.InputManager.InputDeviceListener;
33 public class ControllerLifeCycleListener implements LifecycleListener, InputDeviceListener {
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
KeyboardLayoutPickerFragment.java | 22 import android.hardware.input.InputManager.InputDeviceListener; 38 implements InputDeviceListener {
|
KeyboardLayoutPickerFragment2.java | 23 import android.hardware.input.InputManager.InputDeviceListener; 44 implements InputDeviceListener {
|
KeyboardLayoutDialogFragment.java | 31 import android.hardware.input.InputManager.InputDeviceListener; 49 implements InputDeviceListener, LoaderCallbacks<KeyboardLayoutDialogFragment.Keyboards> {
|
PhysicalKeyboardFragment.java | 62 implements InputManager.InputDeviceListener {
|
InputMethodAndLanguageSettings.java | 81 implements Preference.OnPreferenceChangeListener, InputManager.InputDeviceListener, [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothInputDeviceConnector.java | 98 private InputManager.InputDeviceListener mInputListener = 99 new InputManager.InputDeviceListener() {
|
/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()
|
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 328 public void registerInputDeviceListener(InputDeviceListener listener, Handler handler) { 349 public void unregisterInputDeviceListener(InputDeviceListener listener) { 364 private int findInputDeviceListenerLocked(InputDeviceListener listener) { [all...] |
/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...] |
/packages/apps/Settings/src/com/android/settings/search/ |
DynamicIndexableContentMonitor.java | 56 InputManager.InputDeviceListener,
|
/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 | 60 implements InputManager.InputDeviceListener {
|
/frameworks/base/core/java/android/view/ |
InputDevice.java | 484 * can be observed by registering an {@link InputManager.InputDeviceListener}. [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.1.jd | [all...] |
android-4.4.jd | [all...] |
/frameworks/base/ |
compiled-classes-phone | [all...] |