Searched refs:id (Results 1 - 25 of 1021) sorted by relevance

1234567891011>>

/frameworks/base/graphics/java/android/renderscript/
H A DScriptIntrinsic.java28 ScriptIntrinsic(int id, RenderScript rs) { argument
29 super(id, rs);
H A DScriptIntrinsicYuvToRGB.java30 ScriptIntrinsicYuvToRGB(int id, RenderScript rs) { argument
31 super(id, rs);
46 int id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
47 ScriptIntrinsicYuvToRGB si = new ScriptIntrinsicYuvToRGB(id, rs);
H A DRenderScript.java163 ContextType(int id) { argument
164 mID = id;
236 native void rsnContextSendMessage(int con, int id, int[] data); argument
237 synchronized void nContextSendMessage(int id, int[] data) { argument
239 rsnContextSendMessage(mContext, id, data);
294 native void rsnObjDestroy(int con, int id); argument
295 void nObjDestroy(int id) { argument
300 rsnObjDestroy(mContext, id);
314 native void rsnElementGetNativeData(int con, int id, int[] elementData); argument
315 synchronized void nElementGetNativeData(int id, in argument
319 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
321 nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) argument
331 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
332 nTypeGetNativeData(int id, int[] typeData) argument
417 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
418 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
422 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
423 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
427 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
428 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
432 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
433 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
438 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
439 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
464 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
465 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
469 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
470 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
474 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
475 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
479 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
480 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
484 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
485 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
508 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
509 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
513 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
514 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
518 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
519 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
523 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
524 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
530 rsnAllocationRead(int con, int id, byte[] d) argument
531 nAllocationRead(int id, byte[] d) argument
535 rsnAllocationRead(int con, int id, short[] d) argument
536 nAllocationRead(int id, short[] d) argument
540 rsnAllocationRead(int con, int id, int[] d) argument
541 nAllocationRead(int id, int[] d) argument
545 rsnAllocationRead(int con, int id, float[] d) argument
546 nAllocationRead(int id, float[] d) argument
550 rsnAllocationGetType(int con, int id) argument
551 nAllocationGetType(int id) argument
556 rsnAllocationResize1D(int con, int id, int dimX) argument
557 nAllocationResize1D(int id, int dimX) argument
620 rsnScriptInvoke(int con, int id, int slot) argument
621 nScriptInvoke(int id, int slot) argument
625 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
626 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
627 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
629 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
631 nScriptForEach(int id, int slot, int ain, int aout, byte[] params) argument
640 nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
650 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
651 nScriptInvokeV(int id, int slot, byte[] params) argument
656 rsnScriptSetVarI(int con, int id, int slot, int val) argument
657 nScriptSetVarI(int id, int slot, int val) argument
661 rsnScriptGetVarI(int con, int id, int slot) argument
662 nScriptGetVarI(int id, int slot) argument
667 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
668 nScriptSetVarJ(int id, int slot, long val) argument
672 rsnScriptGetVarJ(int con, int id, int slot) argument
673 nScriptGetVarJ(int id, int slot) argument
678 rsnScriptSetVarF(int con, int id, int slot, float val) argument
679 nScriptSetVarF(int id, int slot, float val) argument
683 rsnScriptGetVarF(int con, int id, int slot) argument
684 nScriptGetVarF(int id, int slot) argument
688 rsnScriptSetVarD(int con, int id, int slot, double val) argument
689 nScriptSetVarD(int id, int slot, double val) argument
693 rsnScriptGetVarD(int con, int id, int slot) argument
694 nScriptGetVarD(int id, int slot) argument
698 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
699 nScriptSetVarV(int id, int slot, byte[] val) argument
703 rsnScriptGetVarV(int con, int id, int slot, byte[] val) argument
704 nScriptGetVarV(int id, int slot, byte[] val) argument
708 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
710 nScriptSetVarVE(int id, int slot, byte[] val, int e, int[] dims) argument
715 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
716 nScriptSetVarObj(int id, int slot, int val) argument
728 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
729 nScriptIntrinsicCreate(int id, int eid) argument
826 rsnMeshGetVertexBufferCount(int con, int id) argument
827 nMeshGetVertexBufferCount(int id) argument
831 rsnMeshGetIndexCount(int con, int id) argument
832 nMeshGetIndexCount(int id) argument
836 rsnMeshGetVertices(int con, int id, int[] vtxIds, int vtxIdCount) argument
837 nMeshGetVertices(int id, int[] vtxIds, int vtxIdCount) argument
841 rsnMeshGetIndices(int con, int id, int[] idxIds, int[] primitives, int vtxIdCount) argument
842 nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) argument
998 sendMessage(int id, int[] data) argument
1041 Priority(int id) argument
[all...]
/frameworks/base/docs/html/reference/
H A Dgms_lists.js2 { id:0, label:"com.google.android.gms", link:"reference/com/google/android/gms/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"com.google.android.gms.R", link:"reference/com/google/android/gms/R.html", type:"class", deprecated:"false" },
4 { id:2, label:"com.google.android.gms.R.attr", link:"reference/com/google/android/gms/R.attr.html", type:"class", deprecated:"false" },
5 { id:3, label:"com.google.android.gms.R.color", link:"reference/com/google/android/gms/R.color.html", type:"class", deprecated:"false" },
6 { id:4, label:"com.google.android.gms.R.drawable", link:"reference/com/google/android/gms/R.drawable.html", type:"class", deprecated:"false" },
7 { id:5, label:"com.google.android.gms.R.id", link:"reference/com/google/android/gms/R.id.html", type:"class", deprecated:"false" },
8 { id:6, label:"com.google.android.gms.R.integer", link:"reference/com/google/android/gms/R.integer.html", type:"class", deprecated:"false" },
9 { id
[all...]
H A Dgcm_lists.js2 { id:0, label:"com.google.android.gcm", link:"reference/com/google/android/gcm/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"com.google.android.gcm.GCMBaseIntentService", link:"reference/com/google/android/gcm/GCMBaseIntentService.html", type:"class", deprecated:"true" },
4 { id:2, label:"com.google.android.gcm.GCMBroadcastReceiver", link:"reference/com/google/android/gcm/GCMBroadcastReceiver.html", type:"class", deprecated:"true" },
5 { id:3, label:"com.google.android.gcm.GCMConstants", link:"reference/com/google/android/gcm/GCMConstants.html", type:"class", deprecated:"true" },
6 { id:4, label:"com.google.android.gcm.GCMRegistrar", link:"reference/com/google/android/gcm/GCMRegistrar.html", type:"class", deprecated:"true" },
7 { id:5, label:"com.google.android.gcm.server", link:"reference/com/google/android/gcm/server/package-summary.html", type:"package", deprecated:"false" },
8 { id:6, label:"com.google.android.gcm.server.Constants", link:"reference/com/google/android/gcm/server/Constants.html", type:"class", deprecated:"false" },
9 { id:7, label:"com.google.android.gcm.server.InvalidRequestException", link:"reference/com/google/android/gcm/server/InvalidRequestException.html", type:"class", deprecated:"false" },
10 { id:8, label:"com.google.android.gcm.server.Message", link:"reference/com/google/android/gcm/server/Message.html", type:"class", deprecated:"false" },
11 { id
[all...]
/frameworks/base/media/java/android/media/
H A DIRemoteDisplayProvider.aidl27 void connect(String id);
28 void disconnect(String id);
29 void setVolume(String id, int volume);
30 void adjustVolume(String id, int delta);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic.java28 ScriptIntrinsic(int id, RenderScript rs) { argument
29 super(id, rs);
H A DRenderScript.java144 ContextType(int id) { argument
145 mID = id;
176 native void rsnContextSendMessage(int con, int id, int[] data); argument
177 synchronized void nContextSendMessage(int id, int[] data) { argument
179 rsnContextSendMessage(mContext, id, data);
182 native void rsnObjDestroy(int con, int id); argument
183 synchronized void nObjDestroy(int id) { argument
188 rsnObjDestroy(mContext, id);
202 native void rsnElementGetNativeData(int con, int id, int[] elementData); argument
203 synchronized void nElementGetNativeData(int id, in argument
207 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
209 nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) argument
219 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
220 nTypeGetNativeData(int id, int[] typeData) argument
295 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
296 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
300 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
301 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
305 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
306 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
310 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
311 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
316 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
317 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
342 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
343 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
347 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
348 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
352 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
353 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
357 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
358 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
362 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
363 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
386 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
387 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
391 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
392 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
396 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
397 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
401 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
402 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
408 rsnAllocationRead(int con, int id, byte[] d) argument
409 nAllocationRead(int id, byte[] d) argument
413 rsnAllocationRead(int con, int id, short[] d) argument
414 nAllocationRead(int id, short[] d) argument
418 rsnAllocationRead(int con, int id, int[] d) argument
419 nAllocationRead(int id, int[] d) argument
423 rsnAllocationRead(int con, int id, float[] d) argument
424 nAllocationRead(int id, float[] d) argument
428 rsnAllocationGetType(int con, int id) argument
429 nAllocationGetType(int id) argument
434 rsnAllocationResize1D(int con, int id, int dimX) argument
435 nAllocationResize1D(int id, int dimX) argument
439 rsnAllocationResize2D(int con, int id, int dimX, int dimY) argument
440 nAllocationResize2D(int id, int dimX, int dimY) argument
455 rsnScriptInvoke(int con, int id, int slot) argument
456 nScriptInvoke(int id, int slot) argument
460 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
461 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
462 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
464 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
466 nScriptForEach(int id, int slot, int ain, int aout, byte[] params) argument
475 nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
485 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
486 nScriptInvokeV(int id, int slot, byte[] params) argument
490 rsnScriptSetVarI(int con, int id, int slot, int val) argument
491 nScriptSetVarI(int id, int slot, int val) argument
495 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
496 nScriptSetVarJ(int id, int slot, long val) argument
500 rsnScriptSetVarF(int con, int id, int slot, float val) argument
501 nScriptSetVarF(int id, int slot, float val) argument
505 rsnScriptSetVarD(int con, int id, int slot, double val) argument
506 nScriptSetVarD(int id, int slot, double val) argument
510 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
511 nScriptSetVarV(int id, int slot, byte[] val) argument
515 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
517 nScriptSetVarVE(int id, int slot, byte[] val, int e, int[] dims) argument
522 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
523 nScriptSetVarObj(int id, int slot, int val) argument
535 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
536 nScriptIntrinsicCreate(int id, int eid) argument
731 sendMessage(int id, int[] data) argument
786 Priority(int id) argument
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java67 for (int id: new int[] {
68 R.id.clear_1,
69 R.id.clear_2,
70 R.id.clear_3,
71 R.id.clear_4,
72 R.id.clear_5,
73 R.id.clear_6,
74 R.id.clear_7,
75 R.id.clear_8,
76 R.id
197 sendNotification(final int id) argument
206 cancelNotification(final int id) argument
224 buildNotification(int id) argument
440 setChecked(int id) argument
445 getRadioChecked(int id) argument
450 getRadioTag(int id) argument
456 getRadioInt(int id, int def) argument
469 getRadioHex(int id, int def) argument
485 getChecked(int id) argument
490 loadBitmap(int id) argument
495 makeDeleteIntent(int id) argument
503 makeContentIntent(int id) argument
[all...]
/frameworks/base/core/java/android/net/
H A DLocalSocketAddress.java45 /** The id matches with a #define in include/cutils/sockets.h */
46 private int id; field in class:LocalSocketAddress.Namespace
47 Namespace (int id) { argument
48 this.id = id;
55 return id;
/frameworks/base/core/java/android/content/
H A DContentUris.java29 * <code>content://<em>authority</em>/<em>path</em>/<em>id</em></code>
59 * <em>id</em>
63 * preceding path part. Most providers recognize content URIs that contain an id part
65 * often expects the id part to be a particular value for that column.
93 * @param id to append
97 public static Uri.Builder appendId(Uri.Builder builder, long id) { argument
98 return builder.appendEncodedPath(String.valueOf(id));
105 * @param id to append
109 public static Uri withAppendedId(Uri contentUri, long id) { argument
110 return appendId(contentUri.buildUpon(), id)
[all...]
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java99 int id = msg.arg1;
100 if (id >= mCarouselView.getCardCount()) {
101 Log.e(TAG, "Index out of range for get, card:" + id);
105 Log.e(TAG, "Unknown message: " + id);
110 final Bitmap bitmap = getTexture(id);
112 mSyncHandler.obtainMessage(SET_TEXTURE_N, id, 0, bitmap).sendToTarget();
115 TextureParameters params = getTextureParameters(id);
117 mSyncHandler.obtainMessage(SET_MATRIX_N, id, 0,
122 final Bitmap bitmap = getDetailTexture(id);
124 mSyncHandler.obtainMessage(SET_DETAIL_TEXTURE_N, id,
178 getTexture(int id) argument
190 getDetailTexture(int id) argument
202 getGeometry(int id) argument
214 getTextureParameters(int id) argument
226 getDetailTextureParameters(int id) argument
230 onRequestTexture(int id) argument
237 onInvalidateTexture(final int id) argument
242 onRequestGeometry(int id) argument
248 onInvalidateGeometry(int id) argument
253 onRequestDetailTexture(int id) argument
260 onInvalidateDetailTexture(int id) argument
[all...]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestActivity.java39 private static final String KEY_FRAGMENT_ID = "id";
45 public void onItemClick(AdapterView<?> parent, View v, int position, long id) {
46 onListItemClick((ListView)parent, v, position, id);
50 private void onListItemClick(ListView lv, View v, int position, long id) { argument
63 ft.replace(R.id.testframe, fragment);
78 mList = (ListView) findViewById(R.id.testlist);
84 new int[]{android.R.id.text1});
102 addItem(result, "Basic", BiDiTestBasic.class, R.id.basic);
104 addItem(result, "Canvas2", BiDiTestCanvas2.class, R.id.canvas2);
106 addItem(result, "TextView LTR", BiDiTestTextViewLtr.class, R.id
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java51 public CharSequence getText(int id) throws NotFoundException { argument
56 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException { argument
61 public String getString(int id) throws NotFoundException { argument
66 public String getString(int id, Object... formatArgs) throws NotFoundException { argument
71 public String getQuantityString(int id, int quantity, Object... formatArgs) argument
77 public String getQuantityString(int id, int quantity) throws NotFoundException { argument
82 public CharSequence getText(int id, CharSequence def) { argument
87 public CharSequence[] getTextArray(int id) throws NotFoundException { argument
92 public String[] getStringArray(int id) throws NotFoundException { argument
97 public int[] getIntArray(int id) throw argument
102 obtainTypedArray(int id) argument
107 getDimension(int id) argument
112 getDimensionPixelOffset(int id) argument
117 getDimensionPixelSize(int id) argument
122 getDrawable(int id) argument
127 getMovie(int id) argument
132 getColor(int id) argument
137 getColorStateList(int id) argument
142 getInteger(int id) argument
147 getLayout(int id) argument
152 getAnimation(int id) argument
157 getXml(int id) argument
162 openRawResource(int id) argument
167 openRawResourceFd(int id) argument
172 getValue(int id, TypedValue outValue, boolean resolveRefs) argument
[all...]
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationUtils.java38 int id = -1;
41 id = field.intValue();
47 return id;
/frameworks/base/wifi/java/android/net/wifi/
H A DNetworkUpdateResult.java27 public NetworkUpdateResult(int id) { argument
28 netId = id;
39 public void setNetworkId(int id) { argument
40 netId = id;
/frameworks/wilhelm/src/
H A Ddevices.h21 SLuint32 id; member in struct:AudioInput_id_descriptor
26 SLuint32 id; member in struct:AudioOutput_id_descriptor
31 SLuint32 id; member in struct:LED_id_descriptor
36 SLuint32 id; member in struct:Vibra_id_descriptor
/frameworks/base/core/java/android/app/
H A DIThumbnailReceiver.aidl27 void newThumbnail(int id, in Bitmap thumbnail, CharSequence description);
H A DNotificationManager.java43 * Each of the notify methods takes an int id parameter and optionally a
45 * are used to form a pair (tag, id), or ({@code null}, id) if tag is
48 * of the notify methods with a (tag, id) pair that is currently active and
51 * be replaced with the new one. This is also the same tag and id you pass
99 * the same id has already been posted by your application and has not yet been canceled, it
102 * @param id An identifier for this notification unique within your
107 public void notify(int id, Notification notification) argument
109 notify(null, id, notification);
114 * the same tag and id ha
123 notify(String tag, int id, Notification notification) argument
148 notifyAsUser(String tag, int id, Notification notification, UserHandle user) argument
175 cancel(int id) argument
185 cancel(String tag, int id) argument
199 cancelAsUser(String tag, int id, UserHandle user) argument
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl30 boolean addCircularFence(int id, int monitoringType, double lat, double longitude,
33 boolean removeGeofence(int id, int monitoringType);
34 boolean pauseGeofence(int id, int monitoringType);
35 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions);
/frameworks/support/v4/java/android/support/v4/content/
H A DWakefulBroadcastReceiver.java82 int id = mNextId;
88 intent.putExtra(EXTRA_WAKE_LOCK_ID, id);
99 mActiveWakeLocks.put(id, wl);
113 final int id = intent.getIntExtra(EXTRA_WAKE_LOCK_ID, 0);
114 if (id == 0) {
118 PowerManager.WakeLock wl = mActiveWakeLocks.get(id);
121 mActiveWakeLocks.remove(id);
130 Log.w("WakefulBroadcastReceiver", "No active wake lock id #" + id);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DCrossfadeMultiple.java52 ViewGroup container = (ViewGroup) findViewById(R.id.container);
55 mButton = (Button) findViewById(R.id.button);
56 mImageView = (ImageView) findViewById(R.id.imageview);
57 mTextView = (TextView) findViewById(R.id.textview);
60 mCrossfade.addTarget(R.id.button).addTarget(R.id.textview).addTarget(R.id.imageview);
96 int id = view.getId();
98 switch (id) {
99 case R.id
[all...]
H A DScenesTestv21.java42 View container = (View) findViewById(R.id.container);
50 fade.addTarget(R.id.resultsText).addTarget(R.id.resultsList);
53 transitionToResults.addTransition(new ChangeBounds().addTarget(R.id.searchContainer));
54 transitionToResults.addTransition(new Recolor().addTarget(R.id.container));
57 transitionToSearch.addTransition(new Fade().addTarget(R.id.resultsText).
58 addTarget(R.id.resultsList));
59 transitionToSearch.addTransition(new ChangeBounds().addTarget(R.id.searchContainer));
60 transitionToSearch.addTransition(new Recolor().addTarget(R.id.container));
/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java38 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one);
41 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group);
42 assertEquals("The first radio button should be checked", R.id.value_one,
50 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_two);
53 RadioButton old = (RadioButton) activity.findViewById(R.id.value_one);
58 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group);
59 assertEquals("The second radio button should be checked", R.id.value_two,
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h33 ALooper::handler_id id() const { function in struct:android::AHandler
47 void setID(ALooper::handler_id id) { argument
48 mID = id;

Completed in 822 milliseconds

1234567891011>>