/frameworks/base/services/core/java/com/android/server/ |
D | WiredAccessoryManager.java | 19 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT; 20 import static com.android.server.input.InputManagerService.SW_HEADPHONE_INSERT_BIT; 21 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT; 22 import static com.android.server.input.InputManagerService.SW_LINEOUT_INSERT_BIT; 23 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT; 24 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT_BIT; 40 import com.android.server.input.InputManagerService; 41 import com.android.server.input.InputManagerService.WiredAccessoryCallbacks; 89 private final InputManagerService mInputManager; 93 public WiredAccessoryManager(Context context, InputManagerService inputManager) { in WiredAccessoryManager()
|
/frameworks/base/services/core/java/com/android/server/input/debug/ |
D | FocusEventDebugGlobalMonitor.java | 25 import com.android.server.input.InputManagerService; 33 FocusEventDebugGlobalMonitor(FocusEventDebugView debugView, InputManagerService service) { in FocusEventDebugGlobalMonitor()
|
D | FocusEventDebugView.java | 51 import com.android.server.input.InputManagerService; 76 private final InputManagerService mService; 98 FocusEventDebugView(Context c, InputManagerService service, in FocusEventDebugView() 111 public FocusEventDebugView(Context c, InputManagerService service) { in FocusEventDebugView()
|
/frameworks/base/tests/Input/src/com/android/server/input/debug/ |
D | FocusEventDebugViewTest.java | 39 import com.android.server.input.InputManagerService; 59 InputManagerService mockService = mock(InputManagerService.class); in setUp()
|
/frameworks/native/services/inputflinger/docs/ |
D | pointer_capture.md | 5 …n be enabled or disabled for an `InputWindow` through requests to `InputManagerService`. Enabling … 26 1. Requests to enable Pointer Capture are forwarded from `InputManagerService` to `InputDispatcher`. 33 Pointer Capture can be disabled in two ways: by a request through `InputManagerService`, and as a r… 45 …nter Capture. This is updated whenever the Dispatcher receives requests from `InputManagerService`.
|
/frameworks/base/tests/Input/src/com/android/server/input/ |
D | InputManagerServiceTests.kt | 85 private lateinit var wmCallbacks: InputManagerService.WindowManagerCallbacks 90 private lateinit var service: InputManagerService 105 InputManagerService(object : InputManagerService.Injector( in setup() 108 service: InputManagerService? in setup()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | HandwritingEventReceiverSurface.java | 30 import com.android.server.input.InputManagerService; 68 t.setLayer(mInputSurface, InputManagerService.INPUT_OVERLAY_LAYER_HANDWRITING_SURFACE); in HandwritingEventReceiverSurface()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 259 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 262 … Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex); in load() 283 … Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex); in save() 375 Slog.w(InputManagerService.TAG, "Cannot get touch calibration.", ex); in getTouchCalibration() 388 Slog.w(InputManagerService.TAG, "Cannot set touch calibration.", ex); in setTouchCalibration()
|
D | GestureMonitorSpyWindow.java | 70 t.setLayer(mInputSurface, InputManagerService.INPUT_OVERLAY_LAYER_GESTURE_MONITOR); in GestureMonitorSpyWindow()
|
D | NativeInputManagerService.java | 287 NativeImpl(InputManagerService service, MessageQueue messageQueue) { in NativeImpl() 291 private native long init(InputManagerService service, MessageQueue messageQueue); in init()
|
D | InputSettingsObserver.java | 51 private final InputManagerService mService; 55 InputSettingsObserver(Context context, Handler handler, InputManagerService service, in InputSettingsObserver()
|
D | InputManagerService.java | 144 public class InputManagerService extends IInputManager.Stub class 428 NativeInputManagerService getNativeService(InputManagerService service) { in getNativeService() 437 public InputManagerService(Context context) { in InputManagerService() method in InputManagerService 442 InputManagerService(Injector injector) { in InputManagerService() method in InputManagerService 3083 return InputManagerService.this.transferTouchGesture(fromChannelToken, toChannelToken); in transferTouchGesture() 3097 InputManagerService.this.setMousePointerAccelerationEnabled(enabled, displayId); in setMousePointerAccelerationEnabled() 3102 InputManagerService.this.setDisplayEligibilityForPointerCapture(displayId, isEligible); in setDisplayEligibilityForPointerCapture() 3107 InputManagerService.this.setPointerIconVisible(visible, displayId); in setPointerIconVisible() 3127 return InputManagerService.this.createInputChannel(inputChannelName); in createInputChannel() 3170 InputManagerService.this.addKeyboardLayoutAssociation(inputPort, in addKeyboardLayoutAssociation() [all …]
|
D | KeyboardBacklightController.java | 57 InputManagerService.KeyboardBacklightControllerInterface, InputManager.InputDeviceListener {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EmbeddedWindowController.java | 39 import com.android.server.input.InputManagerService; 59 private final InputManagerService mInputManagerService; 62 InputManagerService inputManagerService) { in EmbeddedWindowController()
|
D | InputManagerCallback.java | 41 import com.android.server.input.InputManagerService; 46 final class InputManagerCallback implements InputManagerService.WindowManagerCallbacks {
|
D | WindowManagerService.java | 351 import com.android.server.input.InputManagerService; 1053 final InputManagerService mInputManager; 1189 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 1204 public static WindowManagerService main(final Context context, final InputManagerService im, in main() 1233 private WindowManagerService(Context context, InputManagerService inputManager, in WindowManagerService() 3725 InputManagerService.SW_LID); in getLidState() 3748 InputManagerService.SW_CAMERA_LENS_COVER); in getCameraLensCoverState() 5480 InputManagerService.BTN_MOUSE); in detectSafeMode()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SystemServicesTestRule.java | 91 import com.android.server.input.InputManagerService; 140 private InputManagerService mImService; 326 mImService = mock(InputManagerService.class);
|
/frameworks/base/services/ |
D | proguard.flags | 92 -keep,allowoptimization,allowaccessmodification class com.android.server.input.InputManagerService {
|
D | art-wear-profile | 618 Lcom/android/server/input/InputManagerService$4; 619 Lcom/android/server/input/InputManagerService$AdditionalDisplayInputProperties; 620 Lcom/android/server/input/InputManagerService$InputFilterHost; 621 Lcom/android/server/input/InputManagerService$InputManagerHandler; 622 Lcom/android/server/input/InputManagerService$LocalService; 623 Lcom/android/server/input/InputManagerService; 2833 …er/timedetector/NetworkTimeUpdateService;Lcom/android/server/input/InputManagerService;Lcom/androi… 2847 …er/timedetector/NetworkTimeUpdateService;Lcom/android/server/input/InputManagerService;Lcom/androi… 2864 …er/timedetector/NetworkTimeUpdateService;Lcom/android/server/input/InputManagerService;Lcom/androi… 11847 …Lcom/android/server/input/InputManagerService$$ExternalSyntheticLambda7;-><init>(Lcom/android/serv… [all …]
|
D | art-profile | 1478 …ndroid/server/input/InputManagerInternal;Lcom/android/server/input/InputManagerService$LocalServic… 3546 …id/util/ArraySet;]Lcom/android/server/input/InputManagerService;Lcom/android/server/input/InputMan… 3650 …id/util/ArrayMap;]Lcom/android/server/input/InputManagerService;Lcom/android/server/input/InputMan… 3995 Lcom/android/server/input/InputManagerService$LocalService;
|
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/ |
D | CarLaunchParamsModifierUpdatableTest.java | 64 import com.android.server.input.InputManagerService; 120 private InputManagerService mInputManagerService;
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 170 import com.android.server.input.InputManagerService; 1449 InputManagerService inputManager = null; in startOtherServices() 1609 inputManager = new InputManagerService(context); in startOtherServices() 3013 final InputManagerService inputManagerF = inputManager; in startOtherServices()
|