OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_POINTER
(Results
1 - 25
of
39
) sorted by null
1
2
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java
31
private static final int
INVALID_POINTER
= -1;
51
private int mA =
INVALID_POINTER
;
52
private int mB =
INVALID_POINTER
;
141
if (mB ==
INVALID_POINTER
) {
149
mB =
INVALID_POINTER
;
156
mB =
INVALID_POINTER
;
161
if (mA !=
INVALID_POINTER
) {
186
if (mManualImageRotation && mB !=
INVALID_POINTER
) {
200
if (mA !=
INVALID_POINTER
) {
227
mA =
INVALID_POINTER
;
[
all
...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java
56
private static final int
INVALID_POINTER
= -1;
127
mActivePointerId =
INVALID_POINTER
;
134
if (activePointerId ==
INVALID_POINTER
) {
/frameworks/base/core/java/android/widget/
StackView.java
108
private static final int
INVALID_POINTER
= -1;
190
mActivePointerId =
INVALID_POINTER
;
617
if (mActivePointerId ==
INVALID_POINTER
) {
626
if (pointerIndex ==
INVALID_POINTER
) {
643
mActivePointerId =
INVALID_POINTER
;
708
if (pointerIndex ==
INVALID_POINTER
) {
752
mActivePointerId =
INVALID_POINTER
;
[
all
...]
HorizontalScrollView.java
131
private int mActivePointerId =
INVALID_POINTER
;
137
private static final int
INVALID_POINTER
= -1;
460
if (activePointerId ==
INVALID_POINTER
) {
515
mActivePointerId =
INVALID_POINTER
;
648
mActivePointerId =
INVALID_POINTER
;
663
mActivePointerId =
INVALID_POINTER
;
[
all
...]
ScrollView.java
138
private int mActivePointerId =
INVALID_POINTER
;
153
private static final int
INVALID_POINTER
= -1;
490
if (activePointerId ==
INVALID_POINTER
) {
553
mActivePointerId =
INVALID_POINTER
;
684
mActivePointerId =
INVALID_POINTER
;
693
mActivePointerId =
INVALID_POINTER
;
[
all
...]
AbsListView.java
610
private int mActivePointerId =
INVALID_POINTER
;
616
private static final int
INVALID_POINTER
= -1;
[
all
...]
/packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java
128
private int mActivePointerId =
INVALID_POINTER
;
143
private static final int
INVALID_POINTER
= -1;
525
if (activePointerId ==
INVALID_POINTER
) {
598
mActivePointerId =
INVALID_POINTER
;
711
mActivePointerId =
INVALID_POINTER
;
738
mActivePointerId =
INVALID_POINTER
;
745
mActivePointerId =
INVALID_POINTER
;
757
mActivePointerId =
INVALID_POINTER
;
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java
97
private int mActivePointerId =
INVALID_POINTER
;
98
private static final int
INVALID_POINTER
= -1;
581
if (!mIsBouncing && mActivePointerId ==
INVALID_POINTER
601
mActivePointerId =
INVALID_POINTER
;
619
mActivePointerId =
INVALID_POINTER
;
666
&& mActivePointerId ==
INVALID_POINTER
[
all
...]
PagedView.java
168
protected static final int
INVALID_POINTER
= -1;
170
protected int mActivePointerId =
INVALID_POINTER
;
[
all
...]
/frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java
44
public static final int
INVALID_POINTER
= -1;
115
private int mActivePointerId =
INVALID_POINTER
;
175
* identified as {@link #
INVALID_POINTER
} the capture is programmatic instead of
480
* or {@link #
INVALID_POINTER
}.
498
mActivePointerId =
INVALID_POINTER
;
540
mActivePointerId =
INVALID_POINTER
;
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
147
protected static final int
INVALID_POINTER
= -1;
149
protected int mActivePointerId =
INVALID_POINTER
;
[
all
...]
/frameworks/support/v4/java/android/support/v4/view/
ViewPager.java
180
private int mActivePointerId =
INVALID_POINTER
;
185
private static final int
INVALID_POINTER
= -1;
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
180
protected static final int
INVALID_POINTER
= -1;
182
protected int mActivePointerId =
INVALID_POINTER
;
[
all
...]
/development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar
/external/robolectric/lib/main/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar
/sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar
Completed in 236 milliseconds
1
2