OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUTTON_STYLUS_PRIMARY
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/view/src/android/view/cts/
GestureDetectorTest.java
73
mButtonPressPrimaryMotionEvent.setActionButton(MotionEvent.
BUTTON_STYLUS_PRIMARY
);
/frameworks/base/core/java/android/view/
GestureDetector.java
699
&& (actionButton == MotionEvent.
BUTTON_STYLUS_PRIMARY
711
if (mInContextClick && (actionButton == MotionEvent.
BUTTON_STYLUS_PRIMARY
ScaleGestureDetector.java
244
(event.getButtonState() & MotionEvent.
BUTTON_STYLUS_PRIMARY
) != 0;
InputEventConsistencyVerifier.java
508
if (actionButton == MotionEvent.
BUTTON_STYLUS_PRIMARY
&&
536
if (actionButton == MotionEvent.
BUTTON_STYLUS_PRIMARY
&&
[
all
...]
MotionEvent.java
[
all
...]
View.java
[
all
...]
ViewRootImpl.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java
[
all
...]
/frameworks/base/core/java/android/widget/
AbsListView.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
781
(motionEvent.getButtonState() & MotionEvent.
BUTTON_STYLUS_PRIMARY
) != 0;
[
all
...]
Completed in 784 milliseconds