Searched defs:params (Results 1 - 25 of 28) sorted by relevance

12

/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
H A DSignatureSourcerTest.java74 ArrayList<SignatureSourcer> params = mSourcer.getParameters();
75 Assert.assertNotNull(params);
77 String[] array = toStringArray(params);
127 ArrayList<SignatureSourcer> params = mSourcer.getParameters();
128 Assert.assertNotNull(params);
130 String[] array = toStringArray(params);
139 private String[] toStringArray(ArrayList<?> params) { argument
140 String[] array = new String[params.size()];
141 for (int i = 0; i < params.size(); i++) {
142 array[i] = params
[all...]
/development/apps/Development/src/com/android/development/
H A DCacheAbuser.java66 protected Void doInBackground(Void... params) { argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DPictureLayout.java59 public void addView(View child, LayoutParams params) { argument
64 super.addView(child, params);
68 public void addView(View child, int index, LayoutParams params) { argument
73 super.addView(child, index, params);
/development/samples/ApiDemos/src/com/example/android/apis/security/
H A DKeyStoreUsage.java260 protected Enumeration<String> doInBackground(Void... params) { argument
300 protected Boolean doInBackground(String... params) { argument
301 final String alias = params[0];
354 protected String doInBackground(String... params) { argument
355 final String alias = params[0];
356 final String dataString = params[1];
416 protected Boolean doInBackground(String... params) { argument
417 final String alias = params[0];
418 final String dataString = params[1];
419 final String signatureString = params[
492 doInBackground(String... params) argument
[all...]
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
H A DDeviceDetailFragment.java225 protected String doInBackground(Void... params) { argument
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DImageDownloader.java248 protected Bitmap doInBackground(String... params) { argument
250 url = params[0];
252 String cookie = params[1];
H A DAdapters.java975 protected Cursor doInBackground(Void... params) { argument
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
H A DImagePixelization.java294 protected BitmapDrawable doInBackground(Object... params) { argument
295 float pixelizationFactor = (Float)params[0];
296 Bitmap originalBitmap = (Bitmap)params[1];
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
H A DAuthenticatorActivity.java299 protected String doInBackground(Void... params) { argument
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
H A DAddVoicemailActivity.java192 protected Exception doInBackground(Pair<Voicemail, Uri>... params) { argument
193 if (params.length > 0) {
195 insertVoicemail(params[0].first, params[0].second);
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
H A DImageLoader.java203 protected Bitmap doInBackground(Object... params) { argument
208 data = params[0];
225 bitmap = processBitmap(params[0]);
382 * @param options An options object with out* params already populated (run through a decode*
/development/samples/training/location-aware/src/com/example/android/location/
H A DLocationActivity.java348 protected Void doInBackground(Location... params) { argument
351 Location loc = params[0];
/development/apps/GestureBuilder/src/com/android/gesture/builder/
H A DGestureBuilderActivity.java340 protected Integer doInBackground(Void... params) { argument
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
H A DFoldingLayout.java120 protected boolean addViewInLayout(View child, int index, LayoutParams params, argument
123 boolean returnValue = super.addViewInLayout(child, index, params, preventRequestLayout);
128 public void addView(View child, int index, LayoutParams params) { argument
130 super.addView(child, index, params);
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DAsyncTask.java366 * @param params The parameters of the task.
374 protected abstract Result doInBackground(Params... params); argument
549 * @param params The parameters of the task.
559 public final AsyncTask<Params, Progress, Result> execute(Params... params) { argument
560 return executeOnExecutor(sDefaultExecutor, params);
587 * @param params The parameters of the task.
597 Params... params) {
614 mWorker.mParams = params;
596 executeOnExecutor(Executor exec, Params... params) argument
H A DImageWorker.java246 protected BitmapDrawable doInBackground(Object... params) { argument
251 data = params[0];
280 bitmap = processBitmap(params[0]);
422 protected Void doInBackground(Object... params) { argument
423 switch ((Integer)params[0]) {
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Ddemo.c196 static GLOBJECT * createSuperShape(const float *params) argument
198 const int resol1 = (int)params[SUPERSHAPE_PARAMS - 3];
199 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2];
236 r0 = ssFunc(t1, params);
237 r1 = ssFunc(p1, &params[6]);
238 r2 = ssFunc(t2, params);
239 r3 = ssFunc(p2, &params[6]);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java236 public void glFogfv(int pname, float[] params, int offset) { argument
237 mgl.glFogfv(pname, params, offset);
240 public void glFogfv(int pname, FloatBuffer params) { argument
241 mgl.glFogfv(pname, params);
248 public void glFogxv(int pname, int[] params, int offset) { argument
249 mgl.glFogxv(pname, params, offset);
252 public void glFogxv(int pname, IntBuffer params) { argument
253 mgl.glFogxv(pname, params);
287 public void glGetIntegerv(int pname, int[] params, int offset) { argument
288 mgl.glGetIntegerv(pname, params, offse
291 glGetIntegerv(int pname, IntBuffer params) argument
308 glLightModelfv(int pname, float[] params, int offset) argument
312 glLightModelfv(int pname, FloatBuffer params) argument
320 glLightModelxv(int pname, int[] params, int offset) argument
324 glLightModelxv(int pname, IntBuffer params) argument
332 glLightfv(int light, int pname, float[] params, int offset) argument
336 glLightfv(int light, int pname, FloatBuffer params) argument
344 glLightxv(int light, int pname, int[] params, int offset) argument
348 glLightxv(int light, int pname, IntBuffer params) argument
402 glMaterialfv(int face, int pname, float[] params, int offset) argument
406 glMaterialfv(int face, int pname, FloatBuffer params) argument
414 glMaterialxv(int face, int pname, int[] params, int offset) argument
418 glMaterialxv(int face, int pname, IntBuffer params) argument
602 glTexEnvfv(int target, int pname, float[] params, int offset) argument
606 glTexEnvfv(int target, int pname, FloatBuffer params) argument
614 glTexEnvxv(int target, int pname, int[] params, int offset) argument
618 glTexEnvxv(int target, int pname, IntBuffer params) argument
637 glTexParameteriv(int target, int pname, int[] params, int offset) argument
641 glTexParameteriv(int target, int pname, IntBuffer params) argument
785 glGetBooleanv(int pname, boolean[] params, int offset) argument
789 glGetBooleanv(int pname, IntBuffer params) argument
793 glGetBufferParameteriv(int target, int pname, int[] params, int offset) argument
797 glGetBufferParameteriv(int target, int pname, IntBuffer params) argument
817 glGetFixedv(int pname, int[] params, int offset) argument
821 glGetFixedv(int pname, IntBuffer params) argument
825 glGetFloatv(int pname, float[] params, int offset) argument
829 glGetFloatv(int pname, FloatBuffer params) argument
833 glGetLightfv(int light, int pname, float[] params, int offset) argument
837 glGetLightfv(int light, int pname, FloatBuffer params) argument
841 glGetLightxv(int light, int pname, int[] params, int offset) argument
845 glGetLightxv(int light, int pname, IntBuffer params) argument
849 glGetMaterialfv(int face, int pname, float[] params, int offset) argument
853 glGetMaterialfv(int face, int pname, FloatBuffer params) argument
857 glGetMaterialxv(int face, int pname, int[] params, int offset) argument
861 glGetMaterialxv(int face, int pname, IntBuffer params) argument
865 glGetTexEnviv(int env, int pname, int[] params, int offset) argument
869 glGetTexEnviv(int env, int pname, IntBuffer params) argument
873 glGetTexEnvxv(int env, int pname, int[] params, int offset) argument
877 glGetTexEnvxv(int env, int pname, IntBuffer params) argument
881 glGetTexParameterfv(int target, int pname, float[] params, int offset) argument
885 glGetTexParameterfv(int target, int pname, FloatBuffer params) argument
889 glGetTexParameteriv(int target, int pname, int[] params, int offset) argument
893 glGetTexParameteriv(int target, int pname, IntBuffer params) argument
897 glGetTexParameterxv(int target, int pname, int[] params, int offset) argument
901 glGetTexParameterxv(int target, int pname, IntBuffer params) argument
921 glPointParameterfv(int pname, float[] params, int offset) argument
925 glPointParameterfv(int pname, FloatBuffer params) argument
933 glPointParameterxv(int pname, int[] params, int offset) argument
937 glPointParameterxv(int pname, IntBuffer params) argument
949 glTexEnviv(int target, int pname, int[] params, int offset) argument
953 glTexEnviv(int target, int pname, IntBuffer params) argument
957 glTexParameterfv(int target, int pname, float[] params, int offset) argument
961 glTexParameterfv(int target, int pname, FloatBuffer params) argument
969 glTexParameterxv(int target, int pname, int[] params, int offset) argument
973 glTexParameterxv(int target, int pname, IntBuffer params) argument
985 glGetPointerv(int pname, Buffer[] params) argument
[all...]
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jar ... content.ModernAsyncTask execute (java.lang.Object[]) Object[] params public final transient android.support.v4.content ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 1392 milliseconds

12