Searched refs:id (Results 51 - 75 of 1331) sorted by relevance

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DOnChildSelectedListener.java36 * @param id The id of the child that is selected, or NO_ID if no view is
39 void onChildSelected(ViewGroup parent, View view, int position, long id); argument
H A DRow.java36 * @param id The id of the row.
40 public Row(long id, HeaderItem headerItem) { argument
41 setId(id);
81 * Set the id for this row.
83 * @param id The id of the row.
85 public final void setId(long id) { argument
86 mId = id;
91 * Returns a unique identifier for this row. This id ca
[all...]
H A DHeaderItem.java30 public HeaderItem(long id, String name) { argument
31 mId = id;
H A DViewsStateBundle.java32 * Maintains a bundle of states for a group of views. Each view must have a unique id to identify
37 * Vertical list maintains id->bundle mapping of all it's children (even the children is offscreen
64 public void remove(int id) { argument
66 mChildStates.remove(getSaveStatesKey(id));
147 * Load view from states, it's none operation if the there is no state associated with the id.
150 * @param id unique id for the view within this ViewsStateBundle
152 public final void loadView(View view, int id) { argument
154 String key = getSaveStatesKey(id);
166 * @param id uniqu
168 saveViewUnchecked(View view, int id) argument
183 saveOnScreenView(View view, int id) argument
195 saveOffscreenView(View view, int id) argument
209 getSaveStatesKey(int id) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicYuvToRGB.java30 ScriptIntrinsicYuvToRGB(int id, RenderScript rs) { argument
31 super(id, rs);
51 int id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
52 ScriptIntrinsicYuvToRGB si = new ScriptIntrinsicYuvToRGB(id, rs);
H A DRenderScript.java213 ContextType(int id) { argument
214 mID = id;
256 native void rsnContextSendMessage(int con, int id, int[] data); argument
257 synchronized void nContextSendMessage(int id, int[] data) { argument
259 rsnContextSendMessage(mContext, id, data);
263 native void rsnObjDestroy(int con, int id); argument
264 void nObjDestroy(int id) { argument
269 rsnObjDestroy(mContext, id);
283 native void rsnElementGetNativeData(int con, int id, int[] elementData); argument
284 synchronized void nElementGetNativeData(int id, in argument
288 rsnElementGetSubElements(int con, int id, int[] IDs, String[] names, int[] arraySizes) argument
290 nElementGetSubElements(int id, int[] IDs, String[] names, int[] arraySizes) argument
300 rsnTypeGetNativeData(int con, int id, int[] typeData) argument
301 nTypeGetNativeData(int id, int[] typeData) argument
376 rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes) argument
377 nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) argument
381 rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes) argument
382 nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) argument
386 rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
387 nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) argument
391 rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes) argument
392 nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) argument
397 rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
398 nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
423 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
424 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) argument
428 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
429 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) argument
433 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
434 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) argument
438 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
439 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) argument
443 rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
444 nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) argument
467 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
468 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) argument
472 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
473 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) argument
477 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
478 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes) argument
482 rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
483 nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes) argument
489 rsnAllocationRead(int con, int id, byte[] d) argument
490 nAllocationRead(int id, byte[] d) argument
494 rsnAllocationRead(int con, int id, short[] d) argument
495 nAllocationRead(int id, short[] d) argument
499 rsnAllocationRead(int con, int id, int[] d) argument
500 nAllocationRead(int id, int[] d) argument
504 rsnAllocationRead(int con, int id, float[] d) argument
505 nAllocationRead(int id, float[] d) argument
509 rsnAllocationGetType(int con, int id) argument
510 nAllocationGetType(int id) argument
515 rsnAllocationResize1D(int con, int id, int dimX) argument
516 nAllocationResize1D(int id, int dimX) argument
520 rsnAllocationResize2D(int con, int id, int dimX, int dimY) argument
521 nAllocationResize2D(int id, int dimX, int dimY) argument
536 rsnScriptInvoke(int con, int id, int slot) argument
537 nScriptInvoke(int id, int slot) argument
541 rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params) argument
542 rsnScriptForEach(int con, int id, int slot, int ain, int aout) argument
543 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
545 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
547 nScriptForEach(int id, int slot, int ain, int aout, byte[] params) argument
556 nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
566 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
567 nScriptInvokeV(int id, int slot, byte[] params) argument
571 rsnScriptSetVarI(int con, int id, int slot, int val) argument
572 nScriptSetVarI(int id, int slot, int val) argument
576 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
577 nScriptSetVarJ(int id, int slot, long val) argument
581 rsnScriptSetVarF(int con, int id, int slot, float val) argument
582 nScriptSetVarF(int id, int slot, float val) argument
586 rsnScriptSetVarD(int con, int id, int slot, double val) argument
587 nScriptSetVarD(int id, int slot, double val) argument
591 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
592 nScriptSetVarV(int id, int slot, byte[] val) argument
596 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
598 nScriptSetVarVE(int id, int slot, byte[] val, int e, int[] dims) argument
603 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
604 nScriptSetVarObj(int id, int slot, int val) argument
616 rsnScriptIntrinsicCreate(int con, int id, int eid) argument
617 nScriptIntrinsicCreate(int id, int eid) argument
805 sendMessage(int id, int[] data) argument
852 Priority(int id) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$id.class ... android.layoutlib.test.myapplication.R$id extends java.lang.Object { public static final int ...
/frameworks/support/v4/api21/android/support/v4/content/
H A DContextCompatApi21.java25 public static Drawable getDrawable(Context context, int id) { argument
26 return context.getDrawable(id);
/frameworks/support/v4/ics-mr1/android/support/v4/content/res/
H A DResourcesCompatIcsMr1.java25 public static Drawable getDrawableForDensity(Resources res, int id, int density) argument
27 return res.getDrawableForDensity(id, density);
/frameworks/base/core/java/android/hardware/location/
H A DIFusedLocationHardware.aidl54 * @param id An Id associated with the request.
59 void startBatching(in int id, in FusedBatchOptions batchOptions);
64 * @param id The request that needs to be stopped.
67 void stopBatching(in int id);
72 * @param id The Id of the operation to update.
77 void updateBatchingOptions(in int id, in FusedBatchOptions batchOptions);
H A DIGeofenceHardware.aidl35 boolean removeGeofence(int id, int monitoringType);
36 boolean pauseGeofence(int id, int monitoringType);
37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions);
/frameworks/base/core/java/android/os/
H A DBatteryManager.java173 private long queryProperty(int id) { argument
188 if (mBatteryPropertiesRegistrar.getProperty(id, prop) == 0)
204 * @param id identifier of the requested property
208 public int getIntProperty(int id) { argument
209 return (int)queryProperty(id);
217 * @param id identifier of the requested property
221 public long getLongProperty(int id) { argument
222 return queryProperty(id);
/frameworks/base/rs/java/android/renderscript/
H A DPath.java30 Primitive(int id) { argument
31 mID = id;
41 Path(long id, RenderScript rs, Primitive p, Allocation vtx, Allocation loop, float q) { argument
42 super(id, rs);
67 long id = rs.nPathCreate(p.mID, false, vtx.getID(rs), 0, quality);
68 Path newPath = new Path(id, rs, p, null, null, quality);
H A DRenderScript.java185 ContextType(int id) { argument
186 mID = id;
258 native void rsnContextSendMessage(long con, int id, int[] data); argument
259 synchronized void nContextSendMessage(int id, int[] data) { argument
261 rsnContextSendMessage(mContext, id, data);
317 native void rsnObjDestroy(long con, long id); argument
318 void nObjDestroy(long id) { argument
323 rsnObjDestroy(mContext, id);
337 native void rsnElementGetNativeData(long con, long id, int[] elementData); argument
338 synchronized void nElementGetNativeData(long id, in argument
342 rsnElementGetSubElements(long con, long id, long[] IDs, String[] names, int[] arraySizes) argument
344 nElementGetSubElements(long id, long[] IDs, String[] names, int[] arraySizes) argument
354 rsnTypeGetNativeData(long con, long id, long[] typeData) argument
355 nTypeGetNativeData(long id, long[] typeData) argument
439 rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt) argument
440 nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt) argument
445 rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
446 nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
471 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt) argument
473 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt) argument
479 rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
480 nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) argument
503 rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, int dt) argument
505 nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt) argument
511 rsnAllocationRead(long con, long id, Object d, int dt) argument
512 nAllocationRead(long id, Object d, Element.DataType dt) argument
517 rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt) argument
519 nAllocationRead1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt) argument
525 rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, int dt) argument
527 nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, int w, int h, Object d, int sizeBytes, Element.DataType dt) argument
533 rsnAllocationGetType(long con, long id) argument
534 nAllocationGetType(long id) argument
539 rsnAllocationResize1D(long con, long id, int dimX) argument
540 nAllocationResize1D(long id, int dimX) argument
603 rsnScriptInvoke(long con, long id, int slot) argument
604 nScriptInvoke(long id, int slot) argument
608 rsnScriptForEach(long con, long id, int slot, long ain, long aout, byte[] params) argument
609 rsnScriptForEach(long con, long id, int slot, long ain, long aout) argument
610 rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
612 rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
614 nScriptForEach(long id, int slot, long ain, long aout, byte[] params) argument
623 nScriptForEachClipped(long id, int slot, long ain, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
639 rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
642 rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
646 nScriptForEachMultiClipped(long id, int slot, long[] ains, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
656 rsnScriptInvokeV(long con, long id, int slot, byte[] params) argument
657 nScriptInvokeV(long id, int slot, byte[] params) argument
662 rsnScriptSetVarI(long con, long id, int slot, int val) argument
663 nScriptSetVarI(long id, int slot, int val) argument
667 rsnScriptGetVarI(long con, long id, int slot) argument
668 nScriptGetVarI(long id, int slot) argument
673 rsnScriptSetVarJ(long con, long id, int slot, long val) argument
674 nScriptSetVarJ(long id, int slot, long val) argument
678 rsnScriptGetVarJ(long con, long id, int slot) argument
679 nScriptGetVarJ(long id, int slot) argument
684 rsnScriptSetVarF(long con, long id, int slot, float val) argument
685 nScriptSetVarF(long id, int slot, float val) argument
689 rsnScriptGetVarF(long con, long id, int slot) argument
690 nScriptGetVarF(long id, int slot) argument
694 rsnScriptSetVarD(long con, long id, int slot, double val) argument
695 nScriptSetVarD(long id, int slot, double val) argument
699 rsnScriptGetVarD(long con, long id, int slot) argument
700 nScriptGetVarD(long id, int slot) argument
704 rsnScriptSetVarV(long con, long id, int slot, byte[] val) argument
705 nScriptSetVarV(long id, int slot, byte[] val) argument
709 rsnScriptGetVarV(long con, long id, int slot, byte[] val) argument
710 nScriptGetVarV(long id, int slot, byte[] val) argument
714 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims) argument
716 nScriptSetVarVE(long id, int slot, byte[] val, long e, int[] dims) argument
721 rsnScriptSetVarObj(long con, long id, int slot, long val) argument
722 nScriptSetVarObj(long id, int slot, long val) argument
734 rsnScriptIntrinsicCreate(long con, int id, long eid) argument
735 nScriptIntrinsicCreate(int id, long eid) argument
832 rsnMeshGetVertexBufferCount(long con, long id) argument
833 nMeshGetVertexBufferCount(long id) argument
837 rsnMeshGetIndexCount(long con, long id) argument
838 nMeshGetIndexCount(long id) argument
842 rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount) argument
843 nMeshGetVertices(long id, long[] vtxIds, int vtxIdCount) argument
847 rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount) argument
848 nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) argument
1004 sendMessage(int id, int[] data) argument
1047 Priority(int id) argument
[all...]
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountainRS.java56 public void newTouchPosition(float x, float y, float pressure, int id) { argument
57 if (id >= holdingColor.length) {
65 mScript.invoke_addParticles(rate, x, y, id, !holdingColor[id]);
66 holdingColor[id] = true;
68 holdingColor[id] = false;
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountainRS.java56 public void newTouchPosition(float x, float y, float pressure, int id) { argument
57 if (id >= holdingColor.length) {
65 mScript.invoke_addParticles(rate, x, y, id, !holdingColor[id]);
66 holdingColor[id] = true;
68 holdingColor[id] = false;
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoIndex.h33 #define _MAKE_SOURCE_ID(id, name) \
34 VO_INDEX_SRC_##name = _VO_INDEX_SOURCE | id,
36 #define _MAKE_CODEC_ID(id, name) \
37 VO_INDEX_DEC_##name = _VO_INDEX_DEC | id, \
38 VO_INDEX_ENC_##name = _VO_INDEX_ENC | id,
40 #define _MAKE_EFFECT_ID(id, name) \
41 VO_INDEX_EFT_##name = _VO_INDEX_EFFECT | id,
43 #define _MAKE_SINK_ID(id, name) \
44 VO_INDEX_SNK_##name = _VO_INDEX_SINK | id,
46 #define _MAKE_FILTER_ID(id, nam
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInformationRecords.java40 int id = p.readInt();
41 switch (id) {
44 record = new CdmaDisplayInfoRec(id, p.readString());
50 record = new CdmaNumberInfoRec(id, p.readString(), p.readInt(), p.readInt(),
80 + CdmaInformationRecords.idToString(id) + " ");
85 public static String idToString(int id) { argument
86 switch(id) {
132 public int id; field in class:CdmaInformationRecords.CdmaDisplayInfoRec
135 public CdmaDisplayInfoRec(int id, String alpha) { argument
136 this.id
150 public int id; field in class:CdmaInformationRecords.CdmaNumberInfoRec
157 CdmaNumberInfoRec(int id, String number, int numberType, int numberPlan, int pi, int si) argument
[all...]
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java96 int id = mSoundPool.load(getApplicationContext(), resId, priority);
97 if (id == 0) {
100 return id;
134 int id = mSoundPool.play(mSounds[index], DEFAULT_VOLUME, DEFAULT_VOLUME,
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
137 if (id == 0) {
142 mSoundPool.stop(id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
156 int id = mSoundPool.play(mSounds[0], DEFAULT_VOLUME, DEFAULT_VOLUME,
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
[all...]
/frameworks/base/core/java/android/service/notification/
H A DCondition.java45 public final Uri id; field in class:Condition
53 public Condition(Uri id, String summary, String line1, String line2, int icon, argument
55 if (id == null) throw new IllegalArgumentException("id is required");
60 this.id = id;
85 dest.writeParcelable(id, 0);
97 .append("id=").append(id)
128 return Objects.equals(other.id, i
162 isValidId(Uri id, String pkg) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DSetTagsTest.java39 mView = (Button) getActivity().findViewById(R.id.disabledButton);
64 mView.setTag(R.id.a, "2");
70 mView.setTag(R.id.a, o);
72 final Object stored = mView.getTag(R.id.a);
81 mView.setTag(android.R.id.list, "2");
85 assertTrue("Setting a tag with a framework id did not throw an exception", result);
96 assertTrue("Setting a tag with an id with no package did not throw an exception", result);
101 mView.setTagInternal(android.R.id.list, "2");
108 mView.setTagInternal(R.id.a, "2");
112 assertTrue("Setting a tag with an id wit
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisible.java44 final View childToMakeVisible = findViewById(R.id.childToMakeVisible);
46 final TextView topBlob = (TextView) findViewById(R.id.topBlob);
47 final TextView bottomBlob = (TextView) findViewById(R.id.bottomBlob);
58 findViewById(R.id.scrollToRectFromTop).setOnClickListener(new View.OnClickListener() {
66 findViewById(R.id.scrollToRectFromTop2).setOnClickListener(new View.OnClickListener() {
74 findViewById(R.id.scrollToRectFromBottom).setOnClickListener(new View.OnClickListener() {
82 findViewById(R.id.scrollToRectFromBottom2).setOnClickListener(new View.OnClickListener() {
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DDemo4.java41 View container = (View) findViewById(R.id.container);
49 fade.addTarget(R.id.resultsText).addTarget(R.id.resultsList);
53 addTransition(new ChangeBounds().addTarget(R.id.searchContainer)).
54 addTransition(new Recolor().addTarget(R.id.container));
58 addTransition(new ChangeBounds().addTarget(R.id.searchContainer)).
59 addTransition(new Recolor().addTarget(R.id.container));
H A DFadingTest.java37 sFade.addTarget(R.id.removingButton).addTarget(R.id.invisibleButton).
38 addTarget(R.id.goneButton);
46 View container = (View) findViewById(R.id.container);
50 mRemovingButton = (Button) findViewById(R.id.removingButton);
51 mInvisibleButton = (Button) findViewById(R.id.invisibleButton);
52 mGoneButton = (Button) findViewById(R.id.goneButton);
/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java75 setIconAndText(R.id.old_app_icon, R.id.old_app_action, R.id.old_app_description,
77 setIconAndText(R.id.new_app_icon, R.id.new_app_action, R.id.new_app_description,
80 View button = findViewById((R.id.switch_old));
82 button = findViewById((R.id.switch_new));
84 button = findViewById((R.id.cancel));
93 void setText(int id, CharSequenc argument
97 setDrawable(int id, Drawable dr) argument
[all...]

Completed in 3207 milliseconds

1234567891011>>