Searched refs:action (Results 151 - 175 of 424) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp68 LinkAction action; local
71 action = link_action[row][col];
73 switch(action) {
80 case NOACT: { /* no action. */
205 error(diag::undefined_situation) << action << old->name() << pNew.name();
208 } // end of the big switch (action)
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUtInterface.java152 public void updateCallForward(int action, int condition, String number, argument
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java42 public static void addAction(Object info, int action) { argument
43 ((AccessibilityNodeInfo) info).addAction(action);
140 public static boolean performAction(Object info, int action) { argument
141 return ((AccessibilityNodeInfo) info).performAction(action);
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java233 final int action = event.getAction();
236 if (action == MotionEvent.ACTION_UP) {
244 if (action == MotionEvent.ACTION_DOWN) {
258 } else if (action == MotionEvent.ACTION_MOVE) {
285 } else if (action == MotionEvent.ACTION_UP) {
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java225 int action = event.getActionMasked();
226 final boolean pointerUp = action == MotionEvent.ACTION_POINTER_UP;
242 if (action == MotionEvent.ACTION_DOWN) {
249 } else if (action == MotionEvent.ACTION_UP) {
271 switch (action) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java81 String action = intent.getAction();
87 if (Intent.ACTION_USER_ADDED.equals(action)) {
89 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
91 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
93 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java93 final int action = event.getAction();
94 if (action == MotionEvent.ACTION_DOWN) {
106 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) {
111 if (action != MotionEvent.ACTION_MOVE) return false;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java271 public void postOnAnimation(View view, Runnable action); argument
272 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis); argument
276 public boolean performAccessibilityAction(View view, int action, Bundle arguments); argument
392 public void postOnAnimation(View view, Runnable action) { argument
393 view.postDelayed(action, getFrameTime());
395 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { argument
396 view.postDelayed(action, getFrameTime() + delayMillis);
410 public boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
1022 public void postOnAnimation(View view, Runnable action) { argument
1023 ViewCompatJB.postOnAnimation(view, action);
1026 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
1044 performAccessibilityAction(View view, int action, Bundle arguments) argument
1465 postOnAnimation(View view, Runnable action) argument
1482 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
1542 performAccessibilityAction(View view, int action, Bundle arguments) argument
[all...]
/frameworks/native/libs/input/
H A DInputTransport.cpp243 int32_t action,
253 "action=0x%x, flags=0x%x, keyCode=%d, scanCode=%d, metaState=0x%x, repeatCount=%d,"
256 deviceId, source, action, flags, keyCode, scanCode, metaState, repeatCount,
270 msg.body.key.action = action;
285 int32_t action,
301 "action=0x%x, flags=0x%x, edgeFlags=0x%x, metaState=0x%x, buttonState=0x%x, "
306 deviceId, source, action, flags, edgeFlags, metaState, buttonState,
326 msg.body.motion.action = action;
239 publishKeyEvent( uint32_t seq, int32_t deviceId, int32_t source, int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState, int32_t repeatCount, nsecs_t downTime, nsecs_t eventTime) argument
281 publishMotionEvent( uint32_t seq, int32_t deviceId, int32_t source, int32_t action, int32_t flags, int32_t edgeFlags, int32_t metaState, int32_t buttonState, float xOffset, float yOffset, float xPrecision, float yPrecision, nsecs_t downTime, nsecs_t eventTime, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) argument
[all...]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java151 String action = intent.getAction();
152 if (!action.equals(ConnectivityManager.CONNECTIVITY_ACTION)) {
185 String action = intent.getAction();
187 if (action.equals(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION)) {
190 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
198 } else if (action.equals(WifiManager.WIFI_STATE_CHANGED_ACTION)) {
202 } else if (action.equals(WifiManager.WIFI_AP_STATE_CHANGED_ACTION)) {
219 String action = intent.getAction();
222 if (action.equals(DownloadManager.ACTION_DOWNLOAD_COMPLETE)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java268 final int action = ev.getAction();
269 if (DEBUG_SCALE) Log.d(TAG, "intercept: act=" + MotionEvent.actionToString(action) +
290 if ((action == MotionEvent.ACTION_MOVE) && 0 != (mExpansionStyle & BLINDS)) {
294 switch (action & MotionEvent.ACTION_MASK) {
343 int action = event.getActionMasked();
344 switch(action) {
399 final int action = ev.getActionMasked();
400 if (DEBUG_SCALE) Log.d(TAG, "touch: act=" + MotionEvent.actionToString(action) +
414 switch (action) {
H A DGuestResumeSessionReceiver.java56 String action = intent.getAction();
58 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
/frameworks/base/core/java/android/content/
H A DIntentFilter.java50 * <em>action</em>, <em>data</em>, and <em>categories</em>. For each of these
84 * the <strong>action</strong> and <strong>category</strong> must match, and
91 * Intent action; if the filter specifies no actions, then it will only match
92 * Intents that do not contain an action.
136 * that unlike the action, an IntentFilter with no categories
152 private static final String ACTION_STR = "action";
332 * Create a new IntentFilter instance with a specified action and MIME
337 * @param action The action to match, i.e. Intent.ACTION_VIEW.
340 * @return A new IntentFilter for the given action an
344 create(String action, String dataType) argument
367 IntentFilter(String action) argument
389 IntentFilter(String action, String dataType) argument
461 addAction(String action) argument
489 hasAction(String action) argument
501 matchAction(String action) argument
1290 match(String action, String type, String scheme, Uri data, Set<String> categories, String logTag) argument
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java435 final String action = intent.getAction();
436 if (DEBUG) Log.d(TAG, "received broadcast " + action);
438 if (Intent.ACTION_TIME_TICK.equals(action)
439 || Intent.ACTION_TIME_CHANGED.equals(action)
440 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
442 } else if (Intent.ACTION_BATTERY_CHANGED.equals(action)) {
450 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
453 Log.v(TAG, "action " + action
459 } else if (AudioManager.RINGER_MODE_CHANGED_ACTION.equals(action)) {
[all...]
/frameworks/base/core/java/android/widget/
H A DDayPickerView.java491 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
492 if (action != AccessibilityNodeInfo.ACTION_SCROLL_FORWARD &&
493 action != AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD) {
494 return super.performAccessibilityAction(action, arguments);
505 if (action == AccessibilityNodeInfo.ACTION_SCROLL_FORWARD) {
511 } else if (action == AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java131 int action = ev.getAction();
132 switch (action & MotionEvent.ACTION_MASK) {
206 int action = ev.getAction();
207 switch (action & MotionEvent.ACTION_MASK) {
337 int action = ev.getAction();
338 switch (action & MotionEvent.ACTION_MASK) {
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp415 std::vector<InputAction*>::iterator action, actionEnd = actions.end(); local
416 for (action = actions.begin(); action != actionEnd; ++action) {
417 (*action)->activate(pBuilder.getInputBuilder());
418 delete *action;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackControlGlue.java438 private boolean handleActionClicked(Action action) { argument
440 if (action == mPlayPauseAction) {
450 } else if (action == mSkipNextAction) {
453 } else if (action == mSkipPreviousAction) {
456 } else if (action == mFastForwardAction) {
474 } else if (action == mRewindAction) {
763 * Creates the primary action adapter. May be overridden to add additional primary
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java167 public boolean performPrivateCommand(String action, Bundle data) { argument
168 mTextView.onPrivateIMECommand(action, data);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityTestsBase.java129 public int runLaunchpad(String action) { argument
133 mIntent.setAction(action);
/frameworks/base/media/java/android/media/session/
H A DISessionController.aidl65 void sendCustomAction(String action, in Bundle args);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java92 String action = intent.getAction();
93 if (!UsbManager.ACTION_USB_STATE.equals(action)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DBroadcastInterceptingContext.java84 public Future<Intent> nextBroadcastIntent(String action) { argument
85 return nextBroadcastIntent(new IntentFilter(action));
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java114 final int action = ev.getAction();
116 switch (action & MotionEvent.ACTION_MASK) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppView.java96 final int action = ev.getAction();
98 switch (action & MotionEvent.ACTION_MASK) {

Completed in 6603 milliseconds

1234567891011>>