OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputDeviceListener
(Results
1 - 20
of
20
) sorted by null
/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) {
/frameworks/base/core/java/android/hardware/input/
InputManager.java
290
public void registerInputDeviceListener(
InputDeviceListener
listener, Handler handler) {
310
public void unregisterInputDeviceListener(
InputDeviceListener
listener) {
325
private int findInputDeviceListenerLocked(
InputDeviceListener
listener) {
786
public interface
InputDeviceListener
{
820
public final
InputDeviceListener
mListener;
822
public InputDeviceListenerDelegate(
InputDeviceListener
listener, Handler handler) {
[
all
...]
/packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java
25
import android.hardware.input.InputManager.
InputDeviceListener
;
38
implements
InputDeviceListener
{
KeyboardLayoutDialogFragment.java
34
import android.hardware.input.InputManager.
InputDeviceListener
;
49
implements
InputDeviceListener
, LoaderCallbacks<KeyboardLayoutDialogFragment.Keyboards> {
InputMethodAndLanguageSettings.java
77
implements Preference.OnPreferenceChangeListener, InputManager.
InputDeviceListener
,
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
GamepadList.java
11
import android.hardware.input.InputManager.
InputDeviceListener
;
38
private
InputDeviceListener
mInputDeviceListener;
42
mInputDeviceListener = new
InputDeviceListener
() {
43
// Override
InputDeviceListener
methods
/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
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
InputPairer.java
265
private InputManager.
InputDeviceListener
mInputListener =
266
new InputManager.
InputDeviceListener
() {
/packages/apps/Settings/src/com/android/settings/search/
DynamicIndexableContentMonitor.java
49
InputManager.
InputDeviceListener
{
/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()
/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
56
implements InputManager.
InputDeviceListener
{
/external/robolectric/lib/main/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
Completed in 573 milliseconds