Searched refs:arguments (Results 51 - 75 of 105) sorted by relevance

12345

/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DGuidedStepActivity.java506 Bundle arguments = new Bundle();
507 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption);
508 f.setArguments(arguments);
H A DGuidedStepSupportActivity.java508 Bundle arguments = new Bundle();
509 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption);
510 f.setArguments(arguments);
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java601 Bundle arguments, int interactionId,
614 args.arg2 = arguments;
640 Bundle arguments = (Bundle) args.arg2;
662 arguments);
665 action, arguments);
668 succeeded = target.performAccessibilityAction(action, arguments);
600 performAccessibilityActionClientThread(long accessibilityNodeId, int action, Bundle arguments, int interactionId, IAccessibilityInteractionConnectionCallback callback, int flags, int interogatingPid, long interrogatingTid) argument
H A DMenuInflater.java511 Object[] arguments) {
516 return (T) constructor.newInstance(arguments);
510 newInstance(String className, Class<?>[] constructorSignature, Object[] arguments) argument
/frameworks/base/tools/preload/
H A Dsorttable.js24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DSupportMenuInflater.java499 Object[] arguments) {
504 return (T) constructor.newInstance(arguments);
498 newInstance(String className, Class<?>[] constructorSignature, Object[] arguments) argument
/frameworks/base/core/java/android/webkit/
H A DWebView.java2172 public boolean super_performAccessibilityAction(int action, Bundle arguments) { argument
2173 return WebView.super.performAccessibilityActionInternal(action, arguments);
2510 public boolean performAccessibilityActionInternal(int action, Bundle arguments) { argument
2511 return mProvider.getViewDelegate().performAccessibilityAction(action, arguments);
H A DWebViewProvider.java316 public boolean performAccessibilityAction(int action, Bundle arguments); argument
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java131 Bundle arguments) {
130 onPerformActionForVirtualView(int virtualViewId, int action, Bundle arguments) argument
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DExploreByTouchHelperActivity.java306 int virtualViewId, int action, Bundle arguments) {
305 onPerformActionForVirtualView( int virtualViewId, int action, Bundle arguments) argument
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DExploreByTouchHelperActivity.java306 int virtualViewId, int action, Bundle arguments) {
305 onPerformActionForVirtualView( int virtualViewId, int action, Bundle arguments) argument
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java506 * @param arguments Optional action arguments.
510 long accessibilityNodeId, int action, Bundle arguments) {
517 accessibilityWindowId, accessibilityNodeId, action, arguments,
509 performAccessibilityAction(int connectionId, int accessibilityWindowId, long accessibilityNodeId, int action, Bundle arguments) argument
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java778 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
779 if (super.performAccessibilityAction(action, arguments)) {
/frameworks/rs/api/
H A Drs_vector_math.spec20 These functions interpret the input arguments as representation of vectors in
H A Drs_for_each.spec202 this API. If allocations are passed in, they must match the number of arguments
248 &nbsp;&nbsp;// adding these variables as arguments. For the more rarely used indices<br/>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s69 ; * OMX_Sts_BadArgErr - Bad arguments
132 ;// Assigning pointers to Input arguments on Stack
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1331 // Prepare arguments for racoon.
1366 // Prepare arguments for mtpd.
1509 // TODO: clear arguments from memory once launched
1605 for (String[] arguments : mArguments) {
1606 restart = restart || (arguments != null);
1614 // Start the daemon with arguments.
1616 String[] arguments = mArguments[i];
1617 if (arguments == null) {
1647 // Send over the arguments.
1649 for (String argument : arguments) {
[all...]
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java390 boolean performAccessibilityAction(View view, int action, Bundle arguments); argument
574 public boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
1462 public boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
1463 return ViewCompatJB.performAccessibilityAction(view, action, arguments);
2214 * @param arguments Optional action arguments.
2217 public static boolean performAccessibilityAction(View view, int action, Bundle arguments) { argument
2218 return IMPL.performAccessibilityAction(view, action, arguments);
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java108 * Bundle arguments = new Bundle();
109 * arguments.putInt(AccessibilityNodeInfoCompat.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
111 * arguments.putBoolean(
115 * arguments);
156 * Bundle arguments = new Bundle();
157 * arguments.putInt(AccessibilityNodeInfoCompat.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
159 * arguments.putBoolean(
163 * arguments);
201 * Bundle arguments = new Bundle();
202 * arguments
747 performAction(Object info, int action, Bundle arguments) argument
1070 performAction(Object info, int action, Bundle arguments) argument
1859 performAction(Object info, int action, Bundle arguments) argument
3072 performAction(int action, Bundle arguments) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java1083 public boolean performAccessibilityAction(View host, int action, Bundle arguments) { argument
1084 if (super.performAccessibilityAction(host, action, arguments)) {
1260 Bundle arguments) {
1259 onPerformActionForVirtualView(int virtualViewId, int action, Bundle arguments) argument
H A DGallery.java1425 public boolean performAccessibilityActionInternal(int action, Bundle arguments) { argument
1426 if (super.performAccessibilityActionInternal(action, arguments)) {
H A DGridView.java2368 public boolean performAccessibilityActionInternal(int action, Bundle arguments) { argument
2369 if (super.performAccessibilityActionInternal(action, arguments)) {
2378 final int row = arguments.getInt(AccessibilityNodeInfo.ACTION_ARGUMENT_ROW_INT, -1);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s69 ; * OMX_Sts_BadArgErr - Bad arguments
164 ;// Assigning pointers to Input arguments on Stack
/frameworks/base/core/java/android/content/
H A DContextWrapper.java653 String profileFile, Bundle arguments) {
654 return mBase.startInstrumentation(className, profileFile, arguments);
652 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java709 public boolean performAccessibilityActionInternal(int action, Bundle arguments) { argument
715 if (super.performAccessibilityActionInternal(action, arguments)) {

Completed in 2376 milliseconds

12345