Searched refs:arg0 (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowManager.java78 public void getDisplaySize(Point arg0) throws RemoteException { argument
81 public void getRealDisplaySize(Point arg0) throws RemoteException { argument
91 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
107 public void closeSystemDialogs(String arg0) throws RemoteException { argument
112 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException { argument
122 public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteException { argument
127 public void freezeRotation(int arg0) throws RemoteException { argument
132 public float getAnimationScale(int arg0) throws RemoteException { argument
142 public int getAppOrientation(IApplicationToken arg0) throw argument
147 getDPadKeycodeState(int arg0) argument
152 getDPadScancodeState(int arg0) argument
158 getInputDevice(int arg0) argument
168 getKeycodeState(int arg0) argument
173 getKeycodeStateForDevice(int arg0, int arg1) argument
185 getScancodeState(int arg0) argument
190 getScancodeStateForDevice(int arg0, int arg1) argument
195 getSwitchState(int arg0) argument
200 getSwitchStateForDevice(int arg0, int arg1) argument
205 getTrackballKeycodeState(int arg0) argument
210 getTrackballScancodeState(int arg0) argument
215 hasKeys(int[] arg0, boolean[] arg1) argument
225 injectInputEventNoWait(InputEvent arg0) argument
230 injectKeyEvent(KeyEvent arg0, boolean arg1) argument
235 injectPointerEvent(MotionEvent arg0, boolean arg1) argument
240 injectTrackballEvent(MotionEvent arg0, boolean arg1) argument
245 inputMethodClientHasFocus(IInputMethodClient arg0) argument
265 monitorInput(String arg0) argument
270 moveAppToken(int arg0, IBinder arg1) argument
275 moveAppTokensToBottom(List<IBinder> arg0) argument
280 moveAppTokensToTop(List<IBinder> arg0) argument
285 openSession(IInputMethodClient arg0, IInputContext arg1) argument
291 overridePendingAppTransition(String arg0, int arg1, int arg2) argument
297 pauseKeyDispatching(IBinder arg0) argument
302 prepareAppTransition(int arg0, boolean arg1) argument
307 reenableKeyguard(IBinder arg0) argument
312 removeAppToken(IBinder arg0) argument
317 removeWindowToken(IBinder arg0) argument
322 resumeKeyDispatching(IBinder arg0) argument
327 screenshotApplications(IBinder arg0, int arg1, int arg2) argument
332 setAnimationScale(int arg0, float arg1) argument
337 setAnimationScales(float[] arg0) 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
364 setAppWillBeHidden(IBinder arg0) argument
369 setEventDispatching(boolean arg0) argument
374 setFocusedApp(IBinder arg0, boolean arg1) argument
379 setForcedDisplaySize(int arg0, int arg1) argument
384 setInTouchMode(boolean arg0) argument
389 setNewConfiguration(Configuration arg0) argument
394 setPointerSpeed(int arg0) argument
399 updateRotation(boolean arg0) argument
404 setStrictModeVisualIndicatorPreference(String arg0) argument
409 showStrictModeViolation(boolean arg0) argument
414 startAppFreezingScreen(IBinder arg0, int arg1) argument
419 startViewServer(int arg0) argument
424 statusBarVisibilityChanged(int arg0) argument
429 stopAppFreezingScreen(IBinder arg0, boolean arg1) argument
444 updateOrientationFromAppTokens(Configuration arg0, IBinder arg1) argument
450 watchRotation(IRotationWatcher arg0) argument
[all...]
H A DBridgeIInputMethodManager.java40 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3) argument
46 public void finishInput(IInputMethodClient arg0) throws RemoteException { argument
61 public List<InputMethodSubtype> getEnabledInputMethodSubtypeList(InputMethodInfo arg0, argument
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
99 public void registerSuggestionSpansForNotification(SuggestionSpan[] arg0) argument
105 public void removeClient(IInputMethodClient arg0) throws RemoteException { argument
110 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1) argument
115 public boolean setCurrentInputMethodSubtype(InputMethodSubtype arg0) throw argument
120 setImeWindowStatus(IBinder arg0, int arg1, int arg2) argument
125 setInputMethod(IBinder arg0, String arg1) argument
130 setInputMethodAndSubtype(IBinder arg0, String arg1, InputMethodSubtype arg2) argument
136 setInputMethodEnabled(String arg0, boolean arg1) argument
141 showInputMethodAndSubtypeEnablerFromClient(IInputMethodClient arg0, String arg1) argument
147 showInputMethodPickerFromClient(IInputMethodClient arg0) argument
152 showMySoftInput(IBinder arg0, int arg1) argument
157 showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) argument
170 switchToLastInputMethod(IBinder arg0) argument
175 updateStatusIcon(IBinder arg0, String arg1, int arg2) argument
[all...]
H A DBridgeWindow.java35 public void dispatchAppVisibility(boolean arg0) throws RemoteException { argument
43 public void dispatchKey(KeyEvent arg0) throws RemoteException { argument
47 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 DBridgeContentProvider.java42 public ContentProviderResult[] applyBatch(ArrayList<ContentProviderOperation> arg0) argument
49 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
67 public String getType(Uri arg0) 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, ContentValue argument
113 getStreamTypes(Uri arg0, String arg1) argument
119 openTypedAssetFile(Uri arg0, String arg1, Bundle arg2) argument
[all...]
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
53 public void finishDrawing(IWindow arg0) throws RemoteException { argument
57 public void finishKey(IWindow arg0) throws RemoteException { argument
71 public MotionEvent getPendingPointerMove(IWindow arg0) throws RemoteException { argument
76 public MotionEvent getPendingTrackballMove(IWindow arg0) throws RemoteException { argument
81 public int relayout(IWindow arg0, int seq, LayoutParams arg1, int arg2, int arg3, int arg4, argument
100 public void remove(IWindow arg0) throws RemoteException { argument
104 public void setInTouchMode(boolean arg0) throws RemoteException { argument
108 public void setTransparentRegion(IWindow arg0, Regio argument
172 prepareDrag(IWindow arg0, boolean arg1, int arg2, int arg3, Surface arg4) argument
[all...]
H A DBridgeContext.java873 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { argument
879 public int checkCallingOrSelfPermission(String arg0) { argument
885 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { argument
891 public int checkCallingPermission(String arg0) { 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
940 public boolean deleteDatabase(String arg0) { argument
946 deleteFile(String arg0) argument
952 enforceCallingOrSelfPermission(String arg0, String arg1) argument
958 enforceCallingOrSelfUriPermission(Uri arg0, int arg1, String arg2) argument
965 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
1029 getDatabasePath(String arg0) argument
1035 getDir(String arg0, int arg1) argument
1041 getFileStreamPath(String arg0) argument
1094 getSharedPreferences(String arg0, int arg1) argument
1116 grantUriPermission(String arg0, Uri arg1, int arg2) argument
1122 openFileInput(String arg0) 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
1166 removeStickyBroadcast(Intent arg0) argument
1172 revokeUriPermission(Uri arg0, int arg1) argument
1178 sendBroadcast(Intent arg0) 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
1204 sendStickyBroadcast(Intent arg0) argument
1217 setTheme(int arg0) argument
1223 setWallpaper(Bitmap arg0) argument
1229 setWallpaper(InputStream arg0) argument
1235 startActivity(Intent arg0) argument
1248 startInstrumentation(ComponentName arg0, String arg1, Bundle arg2) argument
1255 startService(Intent arg0) argument
1261 stopService(Intent arg0) argument
1267 unbindService(ServiceConnection arg0) argument
1273 unregisterReceiver(BroadcastReceiver arg0) argument
1284 startActivities(Intent[] arg0) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/
H A DITextServicesManager_Stub_Delegate.java46 public void finishSpellCheckerService(ISpellCheckerSessionListener arg0) argument
52 public SpellCheckerInfo getCurrentSpellChecker(String arg0) throws RemoteException { argument
57 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
90 public void setSpellCheckerEnabled(boolean arg0) throws RemoteException { argument
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Dcaller.cpp111 static_cast<GLenum>(cmd.arg0()));
115 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()),
152 static_cast<GLenum>(cmd.arg0()));
156 static_cast<GLenum>(cmd.arg0()), static_cas
[all...]
H A Dserver.cpp226 LOGD("SetProp Message_Prop_CaptureDraw %d", cmd.arg0());
227 dbg->captureDraw = cmd.arg0();
230 LOGD("SetProp Message_Prop_TimeMode %d", cmd.arg0());
231 timeMode = cmd.arg0();
234 LOGD("SetProp Message_Prop_ExpectResponse %d=%d", cmd.arg0(), cmd.arg1());
235 dbg->expectResponse.Bit((glesv2debugger::Message_Function)cmd.arg0(), cmd.arg1());
238 LOGD("SetProp CaptureSwap %d", cmd.arg0());
239 dbg->captureSwap = cmd.arg0();
H A Dcaller.h142 dbg->hooks->gl.glGetProgramiv(cmd.arg0(), cmd.arg1(), &params);
153 dbg->hooks->gl.glGetProgramInfoLog(cmd.arg0(), bufSize, &length, dbg->GetBuffer());
171 dbg->hooks->gl.glGetShaderiv(cmd.arg0(), cmd.arg1(), &params);
182 dbg->hooks->gl.glGetShaderInfoLog(cmd.arg0(), bufSize, &length, dbg->GetBuffer());
288 dbg->hooks->gl.glShaderSource(cmd.arg0(), 1, &string, NULL);
H A Ddebugger_message.pb.cpp721 // optional int32 arg0 = 6;
1057 // optional int32 arg0 = 6;
1059 ::google::protobuf::internal::WireFormatLite::WriteInt32(6, this->arg0(), output);
1187 // optional int32 arg0 = 6;
1191 this->arg0());
1342 set_arg0(from.arg0());
H A Ddebugger_message.pb.h596 // optional int32 arg0 = 6;
600 inline ::google::protobuf::int32 arg0() const;
862 // optional int32 arg0 = 6;
870 inline ::google::protobuf::int32 Message::arg0() const { function in class:com::android::glesv2debugger::Message
/frameworks/compile/libbcc/tests/data/src/
H A Dfloat.c25 void testVars(float arg0, float arg1, double arg2, double arg3) { argument
28 f0 = arg0;
32 local0 = arg0;
37 printf("args: %g %g %g %g\n", arg0, arg1, arg2, arg3);
/frameworks/base/services/surfaceflinger/
H A DMessageQueue.h58 int32_t arg0; member in class:android::MessageBase
60 MessageBase() : when(0), what(0), arg0(0) { }
61 MessageBase(uint32_t what, int32_t arg0=0) argument
62 : when(0), what(what), arg0(arg0) { }
/frameworks/base/opengl/libs/GLES2_dbg/test/
H A Dtest_server.cpp129 HookMock::GetIntegerv(read.arg0(), &expectedConstant);
167 static const int arg0 = 45; local
174 msg.set_arg0(arg0);
198 EXPECT_EQ(arg0, read.arg0());
217 EXPECT_EQ(dbg->MAX_VERTEX_ATTRIBS + 2, read.arg0());
233 EXPECT_EQ(i, read.arg0());
242 EXPECT_EQ(i, read.arg0());
H A Dtest_socket.cpp112 static const int arg0 = 45; local
119 msg.set_arg0(arg0);
137 EXPECT_NE(arg0, read.arg0());
146 static const int arg0 = GL_FRAGMENT_SHADER; local
161 msg.set_arg0(arg0);
167 EXPECT_EQ(arg0, read.arg0());
368 EXPECT_EQ(_target, read.arg0());
442 EXPECT_EQ(_target, read.arg0());
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DDataVerify.java113 public IBinder onBind(Intent arg0) { argument
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java484 public char charAt(int arg0) { argument
492 public CharSequence subSequence(int arg0, int arg1) { argument
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java368 public IBinder onBind(Intent arg0) { argument
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java330 public void sendMessage(int what, Object arg0, boolean arg1) { argument
333 m.obj = arg0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java249 public void onClick(View arg0) {
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2146 public void onCancel(DialogInterface arg0) {
2240 public void onCancel(DialogInterface arg0) {

Completed in 331 milliseconds