Searched defs:action (Results 26 - 50 of 136) sorted by relevance

123456

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java256 * Have the editor perform an action it has said it can do.
258 * @param editorAction This must be one of the action constants for
268 * Perform a context menu action on the field. The given id may be one of:
354 * @param action Name of the command to be performed. This <em>must</em>
362 public boolean performPrivateCommand(String action, Bundle data); argument
H A DInputConnectionWrapper.java125 public boolean performPrivateCommand(String action, Bundle data) { argument
126 return mTarget.performPrivateCommand(action, data);
H A DBaseInputConnection.java424 public boolean performPrivateCommand(String action, Bundle data) { argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java96 public void dispatchWallpaperCommand(String action, int x, int y, argument
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/core/tests/coretests/src/android/app/activity/
H A DActivityTestsBase.java129 public int runLaunchpad(String action) { argument
133 mIntent.setAction(action);
/frameworks/base/services/input/
H A DInputListener.cpp47 int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode,
50 action(action), flags(flags), keyCode(keyCode), scanCode(scanCode),
57 action(other.action), flags(other.flags),
71 int32_t action, int32_t flags, int32_t metaState, int32_t buttonState,
76 action(action), flags(flags), metaState(metaState), buttonState(buttonState),
88 action(other.action), flag
45 NotifyKeyArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode, int32_t metaState, nsecs_t downTime) argument
69 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
H A DInputListener.h59 int32_t action; member in struct:android::NotifyKeyArgs
69 int32_t action, int32_t flags, int32_t keyCode, int32_t scanCode,
86 int32_t action; member in struct:android::NotifyMotionArgs
102 int32_t action, int32_t flags, int32_t metaState, int32_t buttonState,
/frameworks/base/services/java/com/android/server/
H A DServiceWatcher.java82 public ServiceWatcher(Context context, String logTag, String action, argument
86 mAction = action;
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderProxy.java57 public static LocationProviderProxy createAndBind(Context context, String name, String action, argument
59 LocationProviderProxy proxy = new LocationProviderProxy(context, name, action,
68 private LocationProviderProxy(Context context, String name, String action, argument
72 mServiceWatcher = new ServiceWatcher(mContext, TAG, action, initialPackageNames,
/frameworks/base/services/java/com/android/server/wm/
H A DDragState.java204 * the drag has ended, we never send out another DRAG_STARTED for this drag action.
429 private static DragEvent obtainDragEvent(WindowState win, int action, argument
438 return DragEvent.obtain(action, winX, winY, localState, description, data, result);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java77 public void dispatchWallpaperCommand(String action, int x, int y, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java58 String action; // ACTION_REGISTER field in class:CdmaMmiCode
75 2 = action
111 ret.action = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
182 return action != null && action.equals(ACTION_REGISTER);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java127 public void postOnAnimation(View view, Runnable action); argument
128 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis); argument
131 public boolean performAccessibilityAction(View view, int action, Bundle arguments); argument
177 public void postOnAnimation(View view, Runnable action) { argument
178 view.postDelayed(action, getFrameTime());
180 public void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { argument
181 view.postDelayed(action, getFrameTime() + delayMillis);
192 public boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
279 public void postOnAnimation(View view, Runnable action) { argument
280 ViewCompatJB.postOnAnimation(view, action);
283 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
295 performAccessibilityAction(View view, int action, Bundle arguments) argument
575 postOnAnimation(View view, Runnable action) argument
592 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
642 performAccessibilityAction(View view, int action, Bundle arguments) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java51 String actionName(int action) { argument
52 switch (action) {
62 return String.valueOf(action);
67 ("{\"type\":\"motion\", \"time\":%d, \"action\":\"%s\", "
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java211 final int action = ev.getAction();
214 switch (action) {
273 void sendEvent(int action, int flags) { argument
274 sendEvent(action, flags, SystemClock.uptimeMillis());
277 void sendEvent(int action, int flags, long when) { argument
279 final KeyEvent ev = new KeyEvent(mDownTime, when, action, mCode, repeatCount,
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp96 int uniqueId, const String8* path, const int action) {
98 return mDrmManager->getConstraints(uniqueId, path, action);
140 int uniqueId, const String8& path, int action) {
142 return mDrmManager->checkRightsStatus(uniqueId, path, action);
146 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
151 return mDrmManager->consumeRights(uniqueId, decryptHandle, action, reserve);
165 int action, const ActionDescription& description) {
167 return mDrmManager->validateAction(uniqueId, path, action, description);
95 getConstraints( int uniqueId, const String8* path, const int action) argument
139 checkRightsStatus( int uniqueId, const String8& path, int action) argument
145 consumeRights( int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
163 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp60 int uniqueId, const String8* path, int action) {
177 int DrmPassthruPlugIn::onCheckRightsStatus(int uniqueId, const String8& path, int action) { argument
184 int action, bool reserve) {
196 int action, const ActionDescription& description) {
59 onGetConstraints( int uniqueId, const String8* path, int action) argument
183 onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) argument
195 onValidateAction(int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/base/core/java/android/app/
H A DSearchDialog.java531 * @param actionKey The key code of the action key that was pressed,
533 * @param actionMsg The message for the action key that was pressed,
538 String action = Intent.ACTION_SEARCH;
539 Intent intent = createIntent(action, null, null, query, actionKey, actionMsg);
575 * @param action Intent action.
579 * @param actionKey The key code of the action key that was pressed,
581 * @param actionMsg The message for the action key that was pressed,
587 private Intent createIntent(String action, Uri data, String extraData, String query, argument
590 Intent intent = new Intent(action);
[all...]
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java487 public void performAccessibilityActionClientThread(long accessibilityNodeId, int action, argument
498 args.argi2 = action;
523 final int action = args.argi2;
547 succeeded = provider.performAction(virtualDescendantId, action,
550 succeeded = target.performAccessibilityAction(action, arguments);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java251 * <li>{@link #getAction()} - Gets traversal action which specifies the direction.</li>
857 * Sets the performed action that triggered this event.
859 * @param action The action.
863 public void setAction(int action) { argument
865 mAction = action;
869 * Gets the performed action that triggered this event.
871 * @return The action.
H A DAccessibilityInteractionClient.java49 * calls into the system requesting an action and providing a callback
408 * Performs an accessibility action on an {@link AccessibilityNodeInfo}.
418 * @param action The action to perform.
419 * @param arguments Optional action arguments.
420 * @return Whether the action was performed.
423 long accessibilityNodeId, int action, Bundle arguments) {
429 accessibilityWindowId, accessibilityNodeId, action, arguments,
535 * Gets the result of a request to perform an accessibility action.
538 * @return Whether the action wa
422 performAccessibilityAction(int connectionId, int accessibilityWindowId, long accessibilityNodeId, int action, Bundle arguments) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjectorFallback.java60 * The arguments for the action invocation are specified as offset
217 Log.w(LOG_TAG, "Unknown action code: " + actionCode);
249 * @param contentDescription A description of the performed action.
264 * @param contentDescription A description of the performed action.
272 boolean performAccessibilityAction(int action, Bundle arguments) { argument
273 switch (action) {
276 final int direction = getDirectionForAction(action);
283 final int direction = getDirectionForAction(action);
295 * {@link AccessibilityNodeInfo}-defined action.
297 * @param action A
300 getDirectionForAction(int action) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java530 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
531 if (super.performAccessibilityAction(action, arguments)) {
539 switch (action) {

Completed in 503 milliseconds

123456