Searched defs:arg4 (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DMessageThreadUtil.java152 msg.arg1, msg.arg2, msg.arg3, msg.arg4, msg.arg5);
184 public int arg4; field in class:MessageThreadUtil.SyncQueueItem
190 what = arg1 = arg2 = arg3 = arg4 = arg5 = 0;
200 static SyncQueueItem obtainMessage(int what, int arg1, int arg2, int arg3, int arg4, argument
215 item.arg4 = arg4;
/frameworks/base/core/java/com/android/internal/os/
H A DSomeArgs.java46 public Object arg4; field in class:SomeArgs
110 arg4 = null;
H A DHandlerCaller.java145 Object arg3, Object arg4) {
148 args.arg2 = arg4;
159 public Message obtainMessageIOOO(int what, int arg1, Object arg2, Object arg3, Object arg4) { argument
163 args.arg3 = arg4;
167 public Message obtainMessageIIOOO(int what, int arg1, int arg2, Object arg3, Object arg4, argument
171 args.arg2 = arg4;
176 public Message obtainMessageIIOOOO(int what, int arg1, int arg2, Object arg3, Object arg4, argument
180 args.arg2 = arg4;
182 args.arg4 = arg6;
202 Object arg3, Object arg4) {
144 obtainMessageIIOO(int what, int arg1, int arg2, Object arg3, Object arg4) argument
201 obtainMessageOOOO(int what, Object arg1, Object arg2, Object arg3, Object arg4) argument
211 obtainMessageOOOOO(int what, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5) argument
222 obtainMessageOOOOII(int what, Object arg1, Object arg2, Object arg3, Object arg4, int arg5, int arg6) argument
234 obtainMessageIIII(int what, int arg1, int arg2, int arg3, int arg4) argument
244 obtainMessageIIIIII(int what, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) argument
256 obtainMessageIIIIO(int what, int arg1, int arg2, int arg3, int arg4, Object arg5) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambda.java616 * @param arg4 parameter supplied to {@code function} on call
618 * {@code () -> function(arg1, arg2, arg3, arg4) }
622 A arg1, B arg2, C arg3, D arg4) {
624 function, 4, 0, ReturnType.VOID, arg1, arg2, arg3, arg4, null, null);
635 * @param arg4 parameter supplied to {@code function} on call
637 * {@code () -> function(arg1, arg2, arg3, arg4) }
641 A arg1, B arg2, C arg3, D arg4) {
643 function, 4, 0, ReturnType.OBJECT, arg1, arg2, arg3, arg4, null, null);
654 * @param arg4 parameter supplied to {@code function} on call
656 * {@code (arg1) -> function(arg1, arg2, arg3, arg4) }
620 obtainRunnable( QuadConsumer<? super A, ? super B, ? super C, ? super D> function, A arg1, B arg2, C arg3, D arg4) argument
639 obtainSupplier( QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, A arg1, B arg2, C arg3, D arg4) argument
658 obtainConsumer( QuadConsumer<? super A, ? super B, ? super C, ? super D> function, ArgumentPlaceholder<A> arg1, B arg2, C arg3, D arg4) argument
677 obtainFunction( QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, ArgumentPlaceholder<A> arg1, B arg2, C arg3, D arg4) argument
696 obtainConsumer( QuadConsumer<? super A, ? super B, ? super C, ? super D> function, A arg1, ArgumentPlaceholder<B> arg2, C arg3, D arg4) argument
715 obtainFunction( QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, A arg1, ArgumentPlaceholder<B> arg2, C arg3, D arg4) argument
734 obtainConsumer( QuadConsumer<? super A, ? super B, ? super C, ? super D> function, A arg1, B arg2, ArgumentPlaceholder<C> arg3, D arg4) argument
753 obtainFunction( QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, A arg1, B arg2, ArgumentPlaceholder<C> arg3, D arg4) argument
772 obtainConsumer( QuadConsumer<? super A, ? super B, ? super C, ? super D> function, A arg1, B arg2, C arg3, ArgumentPlaceholder<D> arg4) argument
791 obtainFunction( QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, A arg1, B arg2, C arg3, ArgumentPlaceholder<D> arg4) argument
823 obtainMessage( QuadConsumer<? super A, ? super B, ? super C, ? super D> function, A arg1, B arg2, C arg3, D arg4) argument
846 obtainRunnable( QuintConsumer<? super A, ? super B, ? super C, ? super D, ? super E> function, A arg1, B arg2, C arg3, D arg4, E arg5) argument
866 obtainSupplier( QuintFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? extends R> function, A arg1, B arg2, C arg3, D arg4, E arg5) argument
900 obtainMessage( QuintConsumer<? super A, ? super B, ? super C, ? super D, ? super E> function, A arg1, B arg2, C arg3, D arg4, E arg5) argument
924 obtainRunnable( HexConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> function, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) argument
945 obtainSupplier( HexFunction<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? extends R> function, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) argument
980 obtainMessage( HexConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> function, A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_animation_PropertyValuesHolder.cpp96 float arg3, float arg4)
98 env->CallVoidMethod(target, reinterpret_cast<jmethodID>(methodID), arg1, arg2, arg3, arg4);
123 int arg3, int arg4)
125 env->CallVoidMethod(target, reinterpret_cast<jmethodID>(methodID), arg1, arg2, arg3, arg4);
94 android_animation_PropertyValuesHolder_callFourFloatMethod( JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, float arg1, float arg2, float arg3, float arg4) argument
121 android_animation_PropertyValuesHolder_callFourIntMethod( JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, int arg1, int arg2, int arg3, int arg4) argument
/frameworks/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java154 int arg2, int arg3, int arg4) {
155 callMethod(target, methodID, arg1, arg2, arg3, arg4);
179 float arg2, float arg3, float arg4) {
180 callMethod(target, methodID, arg1, arg2, arg3, arg4);
153 nCallFourIntMethod(Object target, long methodID, int arg1, int arg2, int arg3, int arg4) argument
178 nCallFourFloatMethod(Object target, long methodID, float arg1, float arg2, float arg3, float arg4) argument
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java101 Bundle arg3, ICancellationSignal arg4) throws RemoteException {
100 query(String callingPackage, Uri arg0, String[] arg1, Bundle arg3, ICancellationSignal arg4) argument
H A DBridgePowerManager.java58 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, String arg4) argument
H A DBridgeContext.java1295 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3, IBinder arg4) { argument
1302 int arg4, int arg5) {
1406 String arg4) {
1413 int arg3, int arg4, int arg5, String arg6) {
1645 String arg2, Handler arg3, int arg4) {
1719 BroadcastReceiver arg2, Handler arg3, int arg4, String arg5,
1727 Bundle arg7, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5,
1301 checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5) argument
1405 enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, String arg4) argument
1412 enforceUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5, String arg6) argument
1644 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3, int arg4) argument
1718 sendOrderedBroadcast(Intent arg0, String arg1, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6) argument
1726 sendOrderedBroadcast(Intent arg0, String arg1, Bundle arg7, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6) argument
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1722 int arg3, int arg4);
1727 float arg2, float arg3, float arg4);
1721 nCallFourIntMethod(Object target, long methodID, int arg1, int arg2, int arg3, int arg4) argument
1726 nCallFourFloatMethod(Object target, long methodID, float arg1, float arg2, float arg3, float arg4) argument

Completed in 189 milliseconds