Searched refs:getAction (Results 1 - 25 of 39) sorted by relevance

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowKeyEvent.java19 public final int getAction() { method in class:ShadowKeyEvent
H A DShadowMotionEvent.java49 return obtain(motionEvent.getDownTime(), motionEvent.getEventTime(), motionEvent.getAction(), motionEvent.getX(), motionEvent.getY(), motionEvent.getMetaState());
53 public int getAction() { method in class:ShadowMotionEvent
H A DShadowIntentFilter.java31 public String getAction(int index) { method in class:ShadowIntentFilter
H A DShadowApplication.java198 if (unbindableActions.contains(intent.getAction())) {
328 if (wrapper.intentFilter.matchAction(intent.getAction())) {
340 stickyIntents.put(intent.getAction(), intent);
366 action = filter.getAction(i);
367 if (stickyIntent.getAction().equals(action)) {
432 if (wrapper.intentFilter.matchAction(intent.getAction())) {
442 if (wrapper.intentFilter.matchAction(intent.getAction())) {
H A DShadowIntent.java83 public String getAction() { method in class:ShadowIntent
466 if (getAction() != other.getAction()) {
467 if (getAction() != null) {
468 if (!getAction().equals(other.getAction())) {
472 if (!other.getAction().equals(getAction())) {
H A DShadowMapView.java186 switch (event.getAction()) {
/external/replicaisland/src/com/replica/replicaisland/
H A DSingleTouchFilter.java9 if (event.getAction() == MotionEvent.ACTION_UP) {
H A DMultiTouchFilter.java16 final int action = event.getAction();
H A DGame.java405 if (event.getAction() == MotionEvent.ACTION_MOVE) {
407 } else if (event.getAction() == MotionEvent.ACTION_DOWN) {
409 } else if (event.getAction() == MotionEvent.ACTION_UP) {
H A DConversationDialogActivity.java152 if (event.getAction() == MotionEvent.ACTION_UP) {
/external/svox/pico/src/com/svox/pico/
H A DVoiceDataInstallerReceiver.java35 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DInactivityTimer.java98 if (Intent.ACTION_BATTERY_CHANGED.equals(intent.getAction())) {
H A DCaptureActivity.java120 String action = intent == null ? null : intent.getAction();
/external/icu/icu4c/source/layout/
H A DThaiShaping.h67 le_uint8 getAction() { return action; }; function in struct:ThaiShaping::StateTransition
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMotionEventTest.java49 assertEquals(1 << MotionEvent.ACTION_POINTER_ID_SHIFT | MotionEvent.ACTION_MOVE, event.getAction());
H A DContextWrapperTest.java181 assertEquals("foo", shadowOf(Robolectric.application).getNextStartedService().getAction());
187 transcript.add(name + " notified of " + intent.getAction());
H A DPopupWindowTest.java116 return event.getAction() == ACTION_DOWN;
H A DIntentTest.java173 assertEquals("foo", intent.getAction());
304 assertEquals("foo", intentA.getAction());
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DTouchZoomExampleActivity.java126 switch (event.getAction() & MotionEvent.ACTION_MASK) {
H A DBarPlotExampleActivity.java156 if(motionEvent.getAction() == MotionEvent.ACTION_DOWN) {
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleActivity.java202 if (event.getAction() == KeyEvent.ACTION_UP) {
H A DSkiaSampleView.java52 int action = event.getAction() & MotionEvent.ACTION_MASK;
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java226 // System.out.println("native : " + event.getAction());
227 int action = event.getAction() & MotionEvent.ACTION_MASK;
228 int pointerIndex = (event.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK)
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYPlotZoomPan.java229 switch (event.getAction() & MotionEvent.ACTION_MASK)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 6468 milliseconds

12