/frameworks/base/tests/MultiDeviceInput/src/test/multideviceinput/ |
D | DrawingView.kt | 26 import android.view.InputDevice.SOURCE_STYLUS in <lambda>() 140 return if (event.isFromSource(SOURCE_STYLUS or SOURCE_MOUSE)) { in resolvePaint() 143 } else if (event.isFromSource(SOURCE_TOUCHSCREEN) && !event.isFromSource(SOURCE_STYLUS)) { in resolvePaint() 153 } else if (event.isFromSource(SOURCE_STYLUS)) { in resolvePaint()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/hardware/ |
D | InputDevice.kt | 39 get() = supportsSource(InputDevice.SOURCE_STYLUS)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/ |
D | StylusUsiPowerStartableTest.kt | 70 whenever(stylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in setUp() 73 whenever(externalDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in setUp()
|
D | StylusManagerTest.kt | 100 whenever(otherDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(false) in <lambda>() 101 whenever(stylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in <lambda>() 102 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in <lambda>()
|
D | StylusUsiPowerUiTest.kt | 94 whenever(btStylusDevice.supportsSource(InputDevice.SOURCE_STYLUS)).thenReturn(true) in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
D | StylusManager.kt | 111 if (!device.supportsSource(InputDevice.SOURCE_STYLUS)) return in <lambda>() 136 if (!device.supportsSource(InputDevice.SOURCE_STYLUS)) return in <lambda>() 347 if (device.supportsSource(InputDevice.SOURCE_STYLUS)) { in <lambda>()
|
D | StylusUsiPowerStartable.kt | 76 .any { it.supportsSource(InputDevice.SOURCE_STYLUS) && !it.isExternal } in hostDeviceSupportsStylusInput()
|
/frameworks/base/apct-tests/perftests/core/src/android/input/ |
D | MotionPredictorBenchmark.kt | 64 InputDevice.SOURCE_STYLUS, /*flags=*/0) in getStylusMotionEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 262 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER; field in InputDevice 291 0x00008000 | SOURCE_STYLUS; 372 SOURCE_STYLUS, 1698 appendSourceDescriptionIfApplicable(description, SOURCE_STYLUS, "stylus"); in toString()
|
D | MotionEvent.java | 2474 return isFromSource(InputDevice.SOURCE_STYLUS) in isStylusPointer()
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | FrontBufferedLayer.kt | 93 if (!event.isFromSource(InputDevice.SOURCE_STYLUS)) { in onTouchEvent()
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | MotionPredictorTest.kt | 67 InputDevice.SOURCE_STYLUS, /*flags=*/0) in getStylusMotionEvent()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | PointerIconTest.java | 298 int source = isMouse ? InputDevice.SOURCE_MOUSE : InputDevice.SOURCE_STYLUS; in createHoverEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityInputFilterInputTest.kt | 29 import android.view.InputDevice.SOURCE_STYLUS 103 const val STYLUS_SOURCE = SOURCE_STYLUS or SOURCE_TOUCHSCREEN
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputShellCommand.java | 118 map.put("stylus", InputDevice.SOURCE_STYLUS); 256 case InputDevice.SOURCE_STYLUS: in getToolType()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityServiceInfo.java | 627 InputDevice.SOURCE_STYLUS,
|
/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
D | HandwritingInitiatorTest.java | 936 InputDevice.SOURCE_STYLUS, 0 /* flags */); in createStylusEvent()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 4450 return inputDevice.supportsSource(InputDevice.SOURCE_STYLUS) in isStylusDevice()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32289 field public static final int SOURCE_STYLUS = 16386; // 0x4002
|
/frameworks/base/core/api/ |
D | current.txt | 51068 field public static final int SOURCE_STYLUS = 16386; // 0x4002
|