Searched defs:arg1 (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
H A DWindowManagerImpl.java45 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { argument
55 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { argument
/frameworks/base/core/java/com/android/internal/os/
H A DSomeArgs.java38 public Object arg1; field in class:SomeArgs
84 arg1 = null;
H A DHandlerCaller.java95 public Message obtainMessageBO(int what, boolean arg1, Object arg2) { argument
96 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2);
99 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) { argument
101 args.arg1 = arg2;
103 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, args);
106 public Message obtainMessageO(int what, Object arg1) { argument
107 return mH.obtainMessage(what, 0, 0, arg1);
110 public Message obtainMessageI(int what, int arg1) { argument
111 return mH.obtainMessage(what, arg1, 0);
114 public Message obtainMessageII(int what, int arg1, in argument
118 obtainMessageIO(int what, int arg1, Object arg2) argument
122 obtainMessageIIO(int what, int arg1, int arg2, Object arg3) argument
126 obtainMessageIIOO(int what, int arg1, int arg2, Object arg3, Object arg4) argument
134 obtainMessageIOO(int what, int arg1, Object arg2, Object arg3) argument
141 obtainMessageOO(int what, Object arg1, Object arg2) argument
148 obtainMessageOOO(int what, Object arg1, Object arg2, Object arg3) argument
156 obtainMessageOOOO(int what, Object arg1, Object arg2, Object arg3, Object arg4) argument
166 obtainMessageIIII(int what, int arg1, int arg2, int arg3, int arg4) argument
176 obtainMessageIIIIII(int what, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) argument
188 obtainMessageIIIIO(int what, int arg1, int arg2, int arg3, int arg4, Object arg5) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
H A DITextServicesManager_Stub_Delegate.java60 public SpellCheckerSubtype getCurrentSpellCheckerSubtype(String arg0, boolean arg1) argument
73 public void getSpellCheckerService(String arg0, String arg1, argument
87 public void setCurrentSpellChecker(String arg0, String arg1) throws RemoteException { argument
93 public void setCurrentSpellCheckerSubtype(String arg0, int arg1) throws RemoteException { argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java50 public int bulkInsert(Uri arg0, ContentValues[] arg1) throws RemoteException { argument
56 public Bundle call(String arg0, String arg1, Bundle arg2) throws RemoteException { argument
62 public int delete(Uri arg0, String arg1, String[] arg2) throws RemoteException { argument
74 public Uri insert(Uri arg0, ContentValues arg1) throws RemoteException { argument
80 public AssetFileDescriptor openAssetFile(Uri arg0, String arg1) throws RemoteException, argument
87 public ParcelFileDescriptor openFile(Uri arg0, String arg1) throws RemoteException, argument
94 public Cursor query(Uri arg0, String[] arg1, String arg2, String[] arg3, String arg4, argument
101 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) argument
114 public String[] getStreamTypes(Uri arg0, String arg1) throws RemoteException { argument
120 public AssetFileDescriptor openTypedAssetFile(Uri arg0, String arg1, Bundl argument
[all...]
H A DBridgePowerManager.java42 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, WorkSource arg3) argument
53 public void goToSleep(long arg0, int arg1) throws RemoteException { argument
73 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { argument
78 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException { argument
103 public void updateWakeLockWorkSource(IBinder arg0, WorkSource arg1) throws RemoteException { argument
H A DBridgeIInputMethodManager.java41 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) argument
67 boolean arg1) throws RemoteException {
91 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { argument
97 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
104 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2) argument
124 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) argument
136 public void setImeWindowStatus(IBinder arg0, int arg1, int arg2) throws RemoteException { argument
142 public void setInputMethod(IBinder arg0, String arg1) throws RemoteException { argument
148 public void setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) argument
155 public boolean setInputMethodEnabled(String arg0, boolean arg1) throw argument
66 getEnabledInputMethodSubtypeList(InputMethodInfo arg0, boolean arg1) argument
161 showInputMethodAndSubtypeEnablerFromClient(IInputMethodClient arg0, String arg1) argument
174 showMySoftInput(IBinder arg0, int arg1) argument
180 showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
200 switchToNextInputMethod(IBinder arg0, boolean arg1) argument
206 updateStatusIcon(IBinder arg0, String arg1, int arg2) argument
[all...]
H A DBridgeWindow.java44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) argument
50 public void resized(Rect arg1, Rect arg2, Rect arg3, argument
56 public void moved(int arg0, int arg1) throws RemoteException { argument
66 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException { argument
H A DBridgeWindowSession.java40 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, argument
48 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, argument
56 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, argument
64 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, argument
88 public int relayout(IWindow arg0, int seq, LayoutParams arg1, int arg2, int arg3, int arg4, argument
121 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException { argument
/frameworks/compile/libbcc/tests/data/src/
H A Dfloat.c25 void testVars(float arg0, float arg1, double arg2, double arg3) { argument
29 f1 = arg1;
33 local1 = arg1;
37 printf("args: %g %g %g %g\n", arg0, arg1, arg2, arg3);
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DMockHttpClient.java80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) { argument
90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) { argument
95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) { argument
100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2, argument
/frameworks/base/core/java/android/os/
H A DMessage.java42 * arg1 and arg2 are lower-cost alternatives to using
46 public int arg1; field in class:Message
49 * arg1 and arg2 are lower-cost alternatives to using
128 m.arg1 = orig.arg1;
202 * <em>arg1</em>, and <em>arg2</em> members.
206 * @param arg1 The <em>arg1</em> value to set.
210 public static Message obtain(Handler h, int what, int arg1, int arg2) { argument
214 m.arg1
231 obtain(Handler h, int what, int arg1, int arg2, Object obj) argument
[all...]
H A DHandler.java283 * Same as {@link #obtainMessage()}, except that it also sets the what, arg1 and arg2 members of the returned
286 * @param arg1 Value to assign to the returned Message.arg1 field.
290 public final Message obtainMessage(int what, int arg1, int arg2) argument
292 return Message.obtain(this, what, arg1, arg2);
297 * Same as {@link #obtainMessage()}, except that it also sets the what, obj, arg1,and arg2 values on the
300 * @param arg1 Value to assign to the returned Message.arg1 field.
305 public final Message obtainMessage(int what, int arg1, int arg2, Object obj) argument
307 return Message.obtain(this, what, arg1, arg
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_JetPlayer.cpp56 jetPlayerEventCallback(int what, int arg1=0, int arg2=0, void* javaTarget = NULL) argument
63 what, arg1, arg2);
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java492 public CharSequence subSequence(int arg0, int arg1) { argument
/frameworks/base/media/java/android/media/
H A DSoundPool.java447 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
450 mOnLoadCompleteListener.onLoadComplete(mSoundPool, msg.arg1, msg.arg2);
462 private static void postEventFromNative(Object weakRef, int msg, int arg1, int arg2, Object obj) argument
469 Message m = soundPool.mEventHandler.obtainMessage(msg, arg1, arg2, obj);
H A DJetPlayer.java415 // encoded in msg.arg1
418 (short)((msg.arg1 & JET_EVENT_SEG_MASK) >> JET_EVENT_SEG_SHIFT),
419 (byte) ((msg.arg1 & JET_EVENT_TRACK_MASK) >> JET_EVENT_TRACK_SHIFT),
422 (byte)(((msg.arg1 & JET_EVENT_CHAN_MASK) >> JET_EVENT_CHAN_SHIFT) + 1),
423 (byte) ((msg.arg1 & JET_EVENT_CTRL_MASK) >> JET_EVENT_CTRL_SHIFT),
424 (byte) (msg.arg1 & JET_EVENT_VAL_MASK) );
429 listener.onJetUserIdUpdate(mJet, msg.arg1, msg.arg2);
434 listener.onJetNumQueuedSegmentUpdate(mJet, msg.arg1);
439 listener.onJetPauseUpdate(mJet, msg.arg1);
562 int what, int arg1, in
561 postEventFromNative(Object jetplayer_ref, int what, int arg1, int arg2) argument
[all...]
/frameworks/av/camera/
H A DCamera.cpp322 status_t Camera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) argument
327 return c->sendCommand(cmd, arg1, arg2);
H A DICamera.cpp236 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) argument
242 data.writeInt32(arg1);
392 int arg1 = data.readInt32(); local
394 reply->writeInt32(sendCommand(command, arg1, arg2));
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java103 * msg.arg1 == 0 : STATUS_SUCCESSFUL
123 * msg.arg1 == 0 : Accept connection
144 * msg.arg1 == 0 : STATUS_SUCCESSFUL
290 status = response.arg1;
299 * msg.arg1 = status
345 * msg.arg1 = status
360 * msg.arg1 = status
419 * msg.arg1 = status
491 * @param arg1
493 public void sendMessage(int what, int arg1) { argument
507 sendMessage(int what, int arg1, int arg2) argument
523 sendMessage(int what, int arg1, int arg2, Object obj) argument
580 replyToMessage(Message srcMsg, int what, int arg1) argument
595 replyToMessage(Message srcMsg, int what, int arg1, int arg2) argument
612 replyToMessage(Message srcMsg, int what, int arg1, int arg2, Object obj) argument
666 sendMessageSynchronously(int what, int arg1) argument
682 sendMessageSynchronously(int what, int arg1, int arg2) argument
700 sendMessageSynchronously(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/av/include/media/
H A DSoundPool.h38 SoundPoolEvent(int msg, int arg1=0, int arg2=0) : argument
39 mMsg(msg), mArg1(arg1), mArg2(arg2) {}
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp588 status_t CameraClient::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { argument
597 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
609 switch (arg1) {
628 return mHardware->sendCommand(cmd, arg1, arg2);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java64 Object arg1; field in class:IInputConnectionWrapper.SomeArgs
203 msg.arg1, msg.arg2), args.seq);
219 msg.arg1, msg.arg2), args.seq);
235 msg.arg1), args.seq);
250 args.callback.setCursorCapsMode(ic.getCursorCapsMode(msg.arg1),
267 (ExtractedTextRequest)args.arg1, msg.arg1), args.seq);
279 ic.commitText((CharSequence)msg.obj, msg.arg1);
288 ic.setSelection(msg.arg1, msg.arg2);
297 ic.performEditorAction(msg.arg1);
431 obtainMessageII(int what, int arg1, int arg2) argument
435 obtainMessageO(int what, Object arg1) argument
439 obtainMessageISC(int what, int arg1, int seq, IInputContextCallback callback) argument
446 obtainMessageIISC(int what, int arg1, int arg2, int seq, IInputContextCallback callback) argument
453 obtainMessageIOSC(int what, int arg1, Object arg2, int seq, IInputContextCallback callback) argument
462 obtainMessageIO(int what, int arg1, Object arg2) argument
466 obtainMessageOO(int what, Object arg1, Object arg2) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DNsdService.java157 if (msg.arg1 == AsyncChannel.STATUS_SUCCESSFUL) {
164 Slog.e(TAG, "Client connection failure, error=" + msg.arg1);
168 if (msg.arg1 == AsyncChannel.STATUS_SEND_UNSUCCESSFUL) {
171 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1);
270 if (msg.arg1 == AsyncChannel.STATUS_SUCCESSFUL &&
784 private void replyToMessage(Message msg, int what, int arg1) { argument
788 dstMsg.arg1 = arg1;
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java382 m.arg1 = (arg ? 1 : 0);
393 public void sendMessage(int what, Object arg0, boolean arg1) { argument
397 m.arg1 = (arg1 ? 1 : 0);
419 msg.arg1 = connected;
595 mConnected = (msg.arg1 == 1);
614 setAdbEnabled(msg.arg1 == 1);
618 boolean makeDefault = (msg.arg1 == 1);
645 mCurrentUser = msg.arg1;

Completed in 2354 milliseconds

12