OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:styluseventhelper
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
StylusEventHelper.java
13
public class
StylusEventHelper
{
17
public
StylusEventHelper
(View view) {
LauncherAppWidgetHostView.java
43
private
StylusEventHelper
mStylusEventHelper;
56
mStylusEventHelper = new
StylusEventHelper
(this);
BubbleTextView.java
71
private final
StylusEventHelper
mStylusEventHelper;
134
mStylusEventHelper = new
StylusEventHelper
(this);
FolderIcon.java
60
private
StylusEventHelper
mStylusEventHelper;
132
mStylusEventHelper = new
StylusEventHelper
(this);
CellLayout.java
99
private
StylusEventHelper
mStylusEventHelper;
275
mStylusEventHelper = new
StylusEventHelper
(this);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java
40
import com.android.launcher3.
StylusEventHelper
;
79
private
StylusEventHelper
mStylusEventHelper;
96
mStylusEventHelper = new
StylusEventHelper
(this);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java
[
all
...]
Completed in 2346 milliseconds