OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:action_mask
(Results
1 - 25
of
79
) sorted by null
1
2
3
4
/external/replicaisland/src/com/replica/replicaisland/
MultiTouchFilter.java
17
final int actualEvent = action & MotionEvent.
ACTION_MASK
;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java
45
switch (ev.getAction() & MotionEvent.
ACTION_MASK
) {
/frameworks/support/v4/java/android/support/v4/view/
MotionEventCompat.java
118
* Synonym for {@link MotionEvent#
ACTION_MASK
}.
120
public static final int
ACTION_MASK
= 0xff;
179
* Call {@link MotionEvent#getAction}, returning only the {@link #
ACTION_MASK
}
183
return event.getAction() &
ACTION_MASK
;
GestureDetectorCompat.java
232
(action & MotionEventCompat.
ACTION_MASK
) == MotionEventCompat.ACTION_POINTER_UP;
249
switch (action & MotionEventCompat.
ACTION_MASK
) {
/frameworks/base/services/java/com/android/server/wm/
StackTapPointerEventListener.java
50
switch (action & MotionEvent.
ACTION_MASK
) {
/development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java
113
switch (action & MotionEvent.
ACTION_MASK
) {
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncView.java
89
switch (action & MotionEvent.
ACTION_MASK
) {
FBOTestView.java
89
switch (action & MotionEvent.
ACTION_MASK
) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppView.java
98
switch (action & MotionEvent.
ACTION_MASK
) {
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestView.java
83
switch (action & MotionEvent.
ACTION_MASK
) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MotionEventReader.java
40
// Assumes that MotionEvent.
ACTION_MASK
does not have all bits set.`
41
private static final int UNINITIALIZED_ACTION = ~MotionEvent.
ACTION_MASK
;
/frameworks/base/docs/html/sdk/api_diff/5/changes/
android.view.MotionEvent.html
186
<A NAME="android.view.MotionEvent.
ACTION_MASK
"></A>
187
<nobr><code>int</code> <A HREF="../../../../reference/android/view/MotionEvent.html#
ACTION_MASK
" target="_top"><code>
ACTION_MASK
</code></A></nobr>
/developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouch/src/main/java/com/example/android/input/multitouch/basicMultitouch/
TouchDisplayView.java
139
* applying the MotionEvent.
ACTION_MASK
. Alternatively a call to
142
switch (action & MotionEvent.
ACTION_MASK
) {
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
TestGenericDetailFragment.java
65
switch(event.getAction() & MotionEvent.
ACTION_MASK
) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LongPressDetector.java
107
switch (action & MotionEvent.
ACTION_MASK
) {
/external/iproute2/ip/
xfrm.h
99
__u8
action_mask
;
member in struct:xfrm_filter
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java
116
switch (action & MotionEvent.
ACTION_MASK
) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java
124
final int action = ev.getAction() & MotionEventCompat.
ACTION_MASK
;
/packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java
105
switch (ev.getAction() & MotionEvent.
ACTION_MASK
) {
/packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java
123
(event.getAction() & MotionEvent.
ACTION_MASK
) == MotionEvent.ACTION_DOWN) {
PagedViewWithDraggableItems.java
69
switch (action & MotionEvent.
ACTION_MASK
) {
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWithDraggableItems.java
69
switch (action & MotionEvent.
ACTION_MASK
) {
/external/blktrace/doc/
blktrace.8
/frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java
444
switch (action & MotionEvent.
ACTION_MASK
) {
528
|| (action & MotionEvent.
ACTION_MASK
) == MotionEvent.ACTION_POINTER_DOWN) {
625
|| (action & MotionEvent.
ACTION_MASK
) == MotionEvent.ACTION_POINTER_UP) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar
Completed in 961 milliseconds
1
2
3
4