Searched refs:arg1 (Results 1 - 25 of 141) sorted by relevance

123456

/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java38 public Object arg1; field in class:HandlerCaller.SomeArgs
139 public Message obtainMessageBO(int what, boolean arg1, Object arg2) { argument
140 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2);
143 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) { argument
145 args.arg1 = arg2;
147 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, args);
150 public Message obtainMessageO(int what, Object arg1) { argument
151 return mH.obtainMessage(what, 0, 0, arg1);
154 public Message obtainMessageI(int what, int arg1) { argument
155 return mH.obtainMessage(what, arg1,
158 obtainMessageII(int what, int arg1, int arg2) argument
162 obtainMessageIO(int what, int arg1, Object arg2) argument
166 obtainMessageIIO(int what, int arg1, int arg2, Object arg3) argument
170 obtainMessageIIOO(int what, int arg1, int arg2, Object arg3, Object arg4) argument
178 obtainMessageIOO(int what, int arg1, Object arg2, Object arg3) argument
185 obtainMessageOO(int what, Object arg1, Object arg2) argument
192 obtainMessageOOO(int what, Object arg1, Object arg2, Object arg3) argument
200 obtainMessageOOOO(int what, Object arg1, Object arg2, Object arg3, Object arg4) argument
210 obtainMessageIIII(int what, int arg1, int arg2, int arg3, int arg4) argument
220 obtainMessageIIIIII(int what, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) argument
232 obtainMessageIIIIO(int what, int arg1, int arg2, int arg3, int arg4, Object arg5) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java40 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) argument
62 boolean arg1) throws RemoteException {
82 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException { argument
87 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
93 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2) argument
110 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) argument
120 public void setImeWindowStatus(IBinder arg0, int arg1, int arg2) throws RemoteException { argument
125 public void setInputMethod(IBinder arg0, String arg1) throws RemoteException { argument
130 public void setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) argument
136 public boolean setInputMethodEnabled(String arg0, boolean arg1) throw argument
61 getEnabledInputMethodSubtypeList(InputMethodInfo arg0, boolean arg1) argument
141 showInputMethodAndSubtypeEnablerFromClient(IInputMethodClient arg0, String arg1) argument
152 showMySoftInput(IBinder arg0, int arg1) argument
157 showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
175 updateStatusIcon(IBinder arg0, String arg1, int arg2) argument
[all...]
H A DBridgeWindowManager.java91 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, boolean arg4) argument
97 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException { argument
112 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { argument
173 public int getKeycodeStateForDevice(int arg0, int arg1) throws RemoteException { argument
190 public int getScancodeStateForDevice(int arg0, int arg1) throws RemoteException { argument
200 public int getSwitchStateForDevice(int arg0, int arg1) throws RemoteException { argument
215 public boolean hasKeys(int[] arg0, boolean[] arg1) throws RemoteException { argument
230 public boolean injectKeyEvent(KeyEvent arg0, boolean arg1) throws RemoteException { argument
235 public boolean injectPointerEvent(MotionEvent arg0, boolean arg1) throws RemoteException { argument
240 public boolean injectTrackballEvent(MotionEvent arg0, boolean arg1) throw argument
270 moveAppToken(int arg0, IBinder arg1) argument
285 openSession(IInputMethodClient arg0, IInputContext arg1) argument
291 overridePendingAppTransition(String arg0, int arg1, int arg2) argument
302 prepareAppTransition(int arg0, boolean arg1) argument
327 screenshotApplications(IBinder arg0, int arg1, int arg2) argument
332 setAnimationScale(int arg0, float arg1) argument
342 setAppGroupId(IBinder arg0, int arg1) argument
347 setAppOrientation(IApplicationToken arg0, int arg1) argument
352 setAppStartingWindow(IBinder arg0, String arg1, int arg2, CompatibilityInfo arg3, CharSequence arg4, int arg5, int arg6, int arg7, IBinder arg8, boolean arg9) argument
359 setAppVisibility(IBinder arg0, boolean arg1) argument
374 setFocusedApp(IBinder arg0, boolean arg1) argument
379 setForcedDisplaySize(int arg0, int arg1) argument
414 startAppFreezingScreen(IBinder arg0, int arg1) argument
429 stopAppFreezingScreen(IBinder arg0, boolean arg1) argument
444 updateOrientationFromAppTokens(Configuration arg0, IBinder arg1) argument
[all...]
H A DBridgeContentProvider.java49 public int bulkInsert(Uri arg0, ContentValues[] arg1) throws RemoteException { argument
55 public Bundle call(String arg0, String arg1, Bundle arg2) throws RemoteException { argument
61 public int delete(Uri arg0, String arg1, String[] arg2) throws RemoteException { argument
73 public Uri insert(Uri arg0, ContentValues arg1) throws RemoteException { argument
79 public AssetFileDescriptor openAssetFile(Uri arg0, String arg1) throws RemoteException, argument
86 public ParcelFileDescriptor openFile(Uri arg0, String arg1) throws RemoteException, argument
93 public Cursor query(Uri arg0, String[] arg1, String arg2, String[] arg3, String arg4) argument
100 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) argument
113 public String[] getStreamTypes(Uri arg0, String arg1) throws RemoteException { argument
119 public AssetFileDescriptor openTypedAssetFile(Uri arg0, String arg1, Bundl argument
[all...]
H A DBridgeWindow.java47 public void dispatchPointer(MotionEvent arg0, long arg1, boolean arg2) throws RemoteException { argument
51 public void dispatchTrackball(MotionEvent arg0, long arg1, boolean arg2) argument
56 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) argument
61 public void resized(int arg0, int arg1, Rect arg2, Rect arg3, boolean arg4, Configuration arg5) 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
47 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3) argument
81 public int relayout(IWindow arg0, int seq, LayoutParams arg1, int arg2, int arg3, int arg4, argument
108 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException { argument
172 public IBinder prepareDrag(IWindow arg0, boolean arg1, int arg2, int arg3, Surface arg4) argument
H A DBridgeContext.java873 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { argument
885 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { argument
897 public int checkCallingUriPermission(Uri arg0, int arg1) { argument
903 public int checkPermission(String arg0, int arg1, int arg2) { argument
909 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { argument
915 public int checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, argument
928 public Context createPackageContext(String arg0, int arg1) { argument
952 public void enforceCallingOrSelfPermission(String arg0, String arg1) { argument
958 public void enforceCallingOrSelfUriPermission(Uri arg0, int arg1, argument
965 public void enforceCallingPermission(String arg0, String arg1) { argument
971 enforceCallingUriPermission(Uri arg0, int arg1, String arg2) argument
977 enforcePermission(String arg0, int arg1, int arg2, String arg3) argument
983 enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, String arg4) argument
990 enforceUriPermission(Uri arg0, String arg1, String arg2, int arg3, int arg4, int arg5, String arg6) argument
1035 getDir(String arg0, int arg1) argument
1094 getSharedPreferences(String arg0, int arg1) argument
1116 grantUriPermission(String arg0, Uri arg1, int arg2) argument
1128 openFileOutput(String arg0, int arg1) argument
1134 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2) argument
1140 openOrCreateDatabase(String arg0, int arg1, CursorFactory arg2, DatabaseErrorHandler arg3) argument
1153 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1) argument
1159 registerReceiver(BroadcastReceiver arg0, IntentFilter arg1, String arg2, Handler arg3) argument
1172 revokeUriPermission(Uri arg0, int arg1) argument
1184 sendBroadcast(Intent arg0, String arg1) argument
1190 sendOrderedBroadcast(Intent arg0, String arg1) argument
1196 sendOrderedBroadcast(Intent arg0, String arg1, BroadcastReceiver arg2, Handler arg3, int arg4, String arg5, Bundle arg6) argument
1248 startInstrumentation(ComponentName arg0, String arg1, Bundle arg2) argument
[all...]
/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/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
272 status = response.arg1;
281 * msg.arg1 = status
327 * msg.arg1 = status
342 * msg.arg1 = status
401 * msg.arg1 = status
463 * @param arg1
465 public void sendMessage(int what, int arg1) { argument
479 sendMessage(int what, int arg1, int arg2) argument
495 sendMessage(int what, int arg1, int arg2, Object obj) argument
552 replyToMessage(Message srcMsg, int what, int arg1) argument
567 replyToMessage(Message srcMsg, int what, int arg1, int arg2) argument
584 replyToMessage(Message srcMsg, int what, int arg1, int arg2, Object obj) argument
638 sendMessageSynchronously(int what, int arg1) argument
654 sendMessageSynchronously(int what, int arg1, int arg2) argument
672 sendMessageSynchronously(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/core/java/android/os/
H A DMessage.java45 * arg1 and arg2 are lower-cost alternatives to using
49 public int arg1; field in class:Message
52 * arg1 and arg2 are lower-cost alternatives to using
131 m.arg1 = orig.arg1;
205 * <em>arg1</em>, and <em>arg2</em> members.
209 * @param arg1 The <em>arg1</em> value to set.
213 public static Message obtain(Handler h, int what, int arg1, int arg2) { argument
217 m.arg1
234 obtain(Handler h, int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
H A DITextServicesManager_Stub_Delegate.java57 public SpellCheckerSubtype getCurrentSpellCheckerSubtype(String arg0, boolean arg1) argument
68 public void getSpellCheckerService(String arg0, String arg1, argument
80 public void setCurrentSpellChecker(String arg0, String arg1) throws RemoteException { argument
85 public void setCurrentSpellCheckerSubtype(String arg0, int 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/base/telephony/java/android/telephony/
H A DPhoneStateListener.java336 PhoneStateListener.this.onSignalStrengthChanged(msg.arg1);
339 PhoneStateListener.this.onMessageWaitingIndicatorChanged(msg.arg1 != 0);
342 PhoneStateListener.this.onCallForwardingIndicatorChanged(msg.arg1 != 0);
348 PhoneStateListener.this.onCallStateChanged(msg.arg1, (String)msg.obj);
351 PhoneStateListener.this.onDataConnectionStateChanged(msg.arg1, msg.arg2);
352 PhoneStateListener.this.onDataConnectionStateChanged(msg.arg1);
355 PhoneStateListener.this.onDataActivity(msg.arg1);
361 PhoneStateListener.this.onOtaspChanged(msg.arg1);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Dcaller.cpp115 static_cast<GLuint>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
120 static_cast<GLuint>(cmd.arg0()), static_cast<GLuint>(cmd.arg1()),
126 static_cast<GLenum>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
131 static_cast<GLenum>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
136 static_cast<GLenum>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
141 static_cast<GLenum>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
146 static_cast<GLclampf>(cmd.arg0()), static_cast<GLclampf>(cmd.arg1()),
156 static_cast<GLenum>(cmd.arg0()), static_cast<GLenum>(cmd.arg1())
161 static_cast<GLenum>(cmd.arg0()), static_cast<GLenum>(cmd.arg1())
166 static_cast<GLenum>(cmd.arg0()), static_cast<GLenum>(cmd.arg1()),
[all...]
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java73 int event = msg.arg1;
110 // on top of the event values in arg1.
113 reply.arg1 = msg.arg1;
116 Log.d(TAG, "WorkerHandler.handleMsg: msg.arg1=" + msg.arg1
169 msg.arg1 = EVENT_ARG_QUERY;
211 msg.arg1 = EVENT_ARG_INSERT;
237 msg.arg1 = EVENT_ARG_UPDATE;
265 msg.arg1
[all...]
/frameworks/base/media/java/android/media/
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...]
H A DSoundPool.java449 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
452 mOnLoadCompleteListener.onLoadComplete(mSoundPool, msg.arg1, msg.arg2);
464 private static void postEventFromNative(Object weakRef, int msg, int arg1, int arg2, Object obj) argument
471 Message m = soundPool.mEventHandler.obtainMessage(msg, arg1, arg2, obj);
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerTest.java64 msg.arg1 = 100;
74 if (msg.arg1 != 100) {
76 "Message.arg1 is not 100: " + msg.arg1));
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DCallbackProxy.java89 mEventSender.enableDOMUIEventLogging(msg.arg1);
92 mEventSender.fireKeyboardEventsToElement(msg.arg1);
105 mEventSender.leapForward(msg.arg1);
117 mEventSender.mouseMoveTo(msg.arg1, msg.arg2);
141 mEventSender.addTouchPoint(msg.arg1, msg.arg2);
160 mEventSender.releaseTouchPoint(msg.arg1);
168 mEventSender.cancelTouchPoint(msg.arg1);
180 mLayoutTestController.dumpAsText(msg.arg1 == 1);
216 mLayoutTestController.queueBackNavigation(msg.arg1);
220 mLayoutTestController.queueForwardNavigation(msg.arg1);
[all...]
/frameworks/base/core/java/android/app/
H A DIntentService.java66 stopSelf(msg.arg1);
117 msg.arg1 = startId;
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java90 mInputMethodSession.updateExtractedText(msg.arg1,
95 mInputMethodSession.dispatchKeyEvent(msg.arg1,
96 (KeyEvent)args.arg1,
104 mInputMethodSession.dispatchTrackballEvent(msg.arg1,
105 (MotionEvent)args.arg1,
124 mInputMethodSession.appPrivateCommand((String)args.arg1,
130 mInputMethodSession.toggleSoftInput(msg.arg1, msg.arg2);
138 mInputMethodSession.viewClicked(msg.arg1 == 1);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java208 mMousePoint = createViewPointFromContentCoordinates(msg.arg1, msg.arg2);
222 new TouchPoint(id, createViewPointFromContentCoordinates(msg.arg1, msg.arg2)));
264 if (msg.arg1 >= getTouchPoints().size()) {
266 + msg.arg1);
270 getTouchPoints().get(msg.arg1).cancel();
285 if (msg.arg1 >= getTouchPoints().size()) {
287 + msg.arg1);
291 getTouchPoints().get(msg.arg1).release();
352 msg.arg1 = domNode;
358 msg.arg1
[all...]
/frameworks/base/core/java/android/pim/
H A DContactsAsyncHelper.java184 switch (msg.arg1) {
197 if (DBG) Log.d(LOG_TAG, "Loading image: " + msg.arg1 +
201 if (DBG) Log.d(LOG_TAG, "Problem with image: " + msg.arg1 +
211 reply.arg1 = msg.arg1;
282 msg.arg1 = EVENT_LOAD_IMAGE;
307 switch (msg.arg1) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java206 switch (msg.arg1) {
244 mCallbacks.disable(msg.arg1);
247 if (msg.arg1 == OP_EXPAND) {
254 mCallbacks.setSystemUiVisibility(msg.arg1);
257 mCallbacks.topAppWindowChanged(msg.arg1 != 0);
260 mCallbacks.setImeWindowStatus((IBinder)msg.obj, msg.arg1, msg.arg2);
263 mCallbacks.setHardKeyboardStatus(msg.arg1 != 0, msg.arg2 != 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java49 }, msg.arg1 > 0, msg.arg2 > 0);

Completed in 348 milliseconds

123456