OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStylusEventHelper
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHostView.java
43
private StylusEventHelper
mStylusEventHelper
;
56
mStylusEventHelper
= new StylusEventHelper(this);
104
if (
mStylusEventHelper
.checkAndPerformStylusEvent(ev)) {
110
if (!
mStylusEventHelper
.inStylusButtonPressed()) {
BubbleTextView.java
71
private final StylusEventHelper
mStylusEventHelper
;
134
mStylusEventHelper
= new StylusEventHelper(this);
275
if (
mStylusEventHelper
.checkAndPerformStylusEvent(event)) {
290
if (!
mStylusEventHelper
.inStylusButtonPressed()) {
FolderIcon.java
60
private StylusEventHelper
mStylusEventHelper
;
132
mStylusEventHelper
= new StylusEventHelper(this);
726
if (
mStylusEventHelper
.checkAndPerformStylusEvent(event)) {
CellLayout.java
99
private StylusEventHelper
mStylusEventHelper
;
275
mStylusEventHelper
= new StylusEventHelper(this);
337
&&
mStylusEventHelper
.checkAndPerformStylusEvent(ev)) {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java
79
private StylusEventHelper
mStylusEventHelper
;
96
mStylusEventHelper
= new StylusEventHelper(this);
214
if (
mStylusEventHelper
.checkAndPerformStylusEvent(ev)) {
Completed in 3773 milliseconds