HomeSort by relevance Sort by last modified time
    Searched defs:actionType (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MotionEventReader.java 143 int actionType = UNINITIALIZED_ACTION;
163 actionType = MotionEvent.ACTION_UP;
165 actionType = MotionEvent.ACTION_DOWN;
167 actionType = MotionEvent.ACTION_MOVE;
173 if (actionType == UNINITIALIZED_ACTION) {
174 Log.e(TAG, "no actionType assigned in MotionEvent json");
180 readEmbeddedMotionEvent(jsonReader, replayData, actionType);
192 && y != UNINITIALIZED_INT && actionType != UNINITIALIZED_ACTION
209 addMotionEventData(replayData, actionType, time, pointerPropertiesArray,
215 final int actionType) throws IOException
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 65 String actionType = intent.getAction();
69 if (actionType.equals(Stopwatches.START_STOPWATCH)) {
77 } else if (actionType.equals(Stopwatches.LAP_STOPWATCH)) {
86 } else if (actionType.equals(Stopwatches.STOP_STOPWATCH)) {
94 } else if (actionType.equals(Stopwatches.RESET_STOPWATCH)) {
99 } else if (actionType.equals(Stopwatches.RESET_AND_LAUNCH_STOPWATCH)) {
105 } else if (actionType.equals(Stopwatches.SHARE_STOPWATCH)) {
116 } else if (actionType.equals(Stopwatches.SHOW_NOTIF)) {
122 } else if (actionType.equals(Stopwatches.KILL_NOTIF)) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 50 String actionType = intent.getAction();
64 Log.d(TAG, " got intent without Timer data: "+actionType);
66 } else if (Timers.NOTIF_IN_USE_SHOW.equals(actionType)){
69 } else if (Timers.NOTIF_IN_USE_CANCEL.equals(actionType)) {
81 if (Timers.TIMER_STOP.equals(actionType)) {
104 if (Timers.TIMES_UP.equals(actionType)) {
132 } else if (Timers.TIMER_RESET.equals(actionType)
133 || Timers.DELETE_TIMER.equals(actionType)
134 || Timers.TIMER_DONE.equals(actionType)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 148 milliseconds