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

1234567891011>>

/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java177 public void appPrivateCommand(String action, Bundle data) { argument
179 mCaller.obtainMessageOO(DO_APP_PRIVATE_COMMAND, action, data));
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java107 String action; field in class:WallpaperService.WallpaperCommand
301 public void dispatchWallpaperCommand(String action, int x, int y,
306 cmd.action = action;
452 * @param action The name of the command to perform. This tells you
463 public Bundle onCommand(String action, int x, int y, int z, argument
871 result = onCommand(cmd.action, cmd.x, cmd.y, cmd.z,
995 public void dispatchWallpaperCommand(String action, int x, int y, argument
998 mEngine.mWindow.dispatchWallpaperCommand(action, x, y, z, extras, false);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java279 "android.intent.action.TTS_SERVICE";
611 private <R> R runActionNoReconnect(Action<R> action, R errorResult, String method, argument
613 return runAction(action, errorResult, method, false, onlyEstablishedConnection);
616 private <R> R runAction(Action<R> action, R errorResult, String method) { argument
617 return runAction(action, errorResult, method, true, true);
620 private <R> R runAction(Action<R> action, R errorResult, String method, argument
627 return mServiceConnection.runAction(action, errorResult, method, reconnect,
1573 public <R> R runAction(Action<R> action, R errorResult, String method, argument
1585 return action.run(mService);
1629 * {@code android.intent.action
[all...]
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl154 * Report the result of a drop action targeted to the given window.
180 Bundle sendWallpaperCommand(IBinder window, String action, int x, int y,
H A DGestureDetector.java59 * feedback to the user to let them know that their action has been
454 final int action = ev.getAction();
462 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP;
479 switch (action & MotionEvent.ACTION_MASK) {
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java162 * This event is delivered together with a {@link MotionEvent} with action
171 * It includes a {@link MotionEvent} with action {@link MotionEvent#ACTION_MOVE}
184 * It includes a {@link MotionEvent} with action {@link MotionEvent#ACTION_UP}
197 * It includes a {@link MotionEvent} with action {@link MotionEvent#ACTION_UP}
287 final int action = event.getActionMasked();
289 switch (action) {
325 if (action == MotionEvent.ACTION_DOWN && mPostSendTouchEventsToWebKit) {
537 int action = event != null ? event.getAction() : MotionEvent.ACTION_CANCEL;
542 if (action == MotionEvent.ACTION_CANCEL
550 } else if (action
[all...]
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java233 String action = intent.getAction();
234 if (Intent.ACTION_TIME_TICK.equals(action)) {
H A DHorizontalScrollView.java438 final int action = ev.getAction();
439 if ((action == MotionEvent.ACTION_MOVE) && (mIsBeingDragged)) {
443 switch (action & MotionEvent.ACTION_MASK) {
539 final int action = ev.getAction();
541 switch (action & MotionEvent.ACTION_MASK) {
749 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
750 if (super.performAccessibilityAction(action, arguments)) {
753 switch (action) {
H A DScrollView.java461 final int action = ev.getAction();
462 if ((action == MotionEvent.ACTION_MOVE) && (mIsBeingDragged)) {
473 switch (action & MotionEvent.ACTION_MASK) {
571 final int action = ev.getAction();
573 switch (action & MotionEvent.ACTION_MASK) {
770 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
771 if (super.performAccessibilityAction(action, arguments)) {
777 switch (action) {
H A DSearchView.java71 * When the SearchView is used in an ActionBar as an action view for a collapsible menu item, it
188 * SearchView perform the default action.
197 * @return false if the SearchView should perform the default action of showing any
198 * suggestions if available, true if the action was handled by the listener.
870 * Handles the key down event for dealing with action keys.
884 // if it's an action specified by the searchable activity, launch the
885 // entered query with the action key
913 // If a suggestion is selected, handle enter, search key, and action keys
920 // If there is text in the query box, handle enter, and action keys
948 * action key
1458 createIntent(String action, Uri data, String extraData, String query, int actionKey, String actionMsg) argument
[all...]
H A DAbsSeekBar.java530 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
531 if (super.performAccessibilityAction(action, arguments)) {
539 switch (action) {
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java408 public boolean performPrivateCommand(String action, Bundle data) { argument
410 mIInputContext.performPrivateCommand(action, data);
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp79 jint action = env->GetIntField(eventObj, gKeyEventClassInfo.mAction); local
87 event->initialize(deviceId, source, action, flags, keyCode, scanCode, metaState, repeatCount,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java64 final int action = event.getAction();
67 if (action == KeyEvent.ACTION_DOWN) {
171 // press action to be performed.
253 Slog.w(TAG, "No activity found for android.intent.action.CALL_BUTTON.");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java550 final int action = ev.getActionMasked();
551 switch (action) {
611 final int action = ev.getActionMasked();
612 switch (action) {
693 final int action = ev.getActionMasked();
695 if (action == MotionEvent.ACTION_DOWN) {
714 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
H A DCameraWidgetFrame.java352 int action = event.getAction();
353 mDown = action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_MOVE;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java575 final int action = event.getAction();
581 switch (action) {
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp169 int uniqueId, const String8* path, const int action) {
176 data.writeInt32(action);
411 int BpDrmManagerService::checkRightsStatus(int uniqueId, const String8& path, int action) { argument
418 data.writeInt32(action);
426 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
435 data.writeInt32(action);
461 int action, const ActionDescription& description) {
468 data.writeInt32(action);
1124 const int action = data.readInt32(); local
1125 const int result = checkRightsStatus(uniqueId, path, action);
168 getConstraints( int uniqueId, const String8* path, const int action) argument
425 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
459 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
1141 const int action = data.readInt32(); local
1178 const int action = data.readInt32(); local
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DWaveView.java473 final int action = event.getAction();
474 switch (action) {
486 event.setAction(action);
493 final int action = event.getAction();
497 switch (action) {
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java533 public void action() { method in class:AsecTests.StorageListener
550 action();
612 super.action();
668 public void action() { method in class:AsecTests.ShutdownObserver
680 action();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java80 * When the SearchView is used in an ActionBar as an action view for a collapsible menu item, it
194 * SearchView perform the default action.
203 * @return false if the SearchView should perform the default action of showing any
204 * suggestions if available, true if the action was handled by the listener.
894 * Handles the key down event for dealing with action keys.
928 // If a suggestion is selected, handle enter, search key, and action keys
935 // If there is text in the query box, handle enter, and action keys
955 * action keys. If not handled, try refocusing regular characters into the
1054 // own candidates, and the spell checker should not be in action. The text editor
1094 * Called when the input method default action ke
1391 createIntent(String action, Uri data, String extraData, String query, int actionKey, String actionMsg) argument
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java588 final int action = event.getActionMasked();
589 switch (action) {
672 final int action = event.getActionMasked();
673 switch (action) {
1145 String action = (String) message.obj;
1146 handleOnScreenStateChange(action);
1169 private void handleOnScreenStateChange(String action) { argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java361 String action = intent.getAction();
362 if (action.equals(WifiManager.RSSI_CHANGED_ACTION)) {
365 } else if (action.equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)) {
367 } else if (action.equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) {
369 } else if (action.equals(Intent.ACTION_SCREEN_ON)) {
371 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
373 } else if (action.equals(WifiManager.WIFI_STATE_CHANGED_ACTION)) {
391 * Observes the watchdog on/off setting, and takes action when changed.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java279 String action = intent.getAction();
280 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
630 int action = event.getAction() & MotionEvent.ACTION_MASK;
631 if (action == MotionEvent.ACTION_DOWN) {
633 } else if (action == MotionEvent.ACTION_CANCEL) {
635 } else if (action == MotionEvent.ACTION_UP) {
711 final int action = ev.getAction();
712 if (action == MotionEvent.ACTION_OUTSIDE
713 || (action == MotionEvent.ACTION_DOWN
/frameworks/base/core/java/android/net/
H A DCaptivePortalTracker.java134 String action = intent.getAction();
138 if ((mDeviceProvisioned && action.equals(ConnectivityManager.CONNECTIVITY_ACTION))
140 && action.equals(ConnectivityManager.CONNECTIVITY_ACTION_IMMEDIATE))) {

Completed in 2380 milliseconds

1234567891011>>