OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_NOT_SPECIFIED
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
TaskTapPointerEventListener.java
29
import static android.view.PointerIcon.
TYPE_NOT_SPECIFIED
;
46
private int mPointerIconType =
TYPE_NOT_SPECIFIED
;
94
mPointerIconType =
TYPE_NOT_SPECIFIED
;
118
mPointerIconType =
TYPE_NOT_SPECIFIED
;
123
mPointerIconType =
TYPE_NOT_SPECIFIED
;
/frameworks/base/core/java/android/view/
PointerIcon.java
57
public static final int
TYPE_NOT_SPECIFIED
= 1;
ViewRootImpl.java
362
private int mPointerIconType = PointerIcon.
TYPE_NOT_SPECIFIED
;
[
all
...]
View.java
[
all
...]
Completed in 81 milliseconds