Searched defs:id (Results 101 - 125 of 399) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java76 setIconAndText(R.id.old_app_icon, R.id.old_app_action, R.id.old_app_description,
78 setIconAndText(R.id.new_app_icon, R.id.new_app_action, R.id.new_app_description,
81 View button = findViewById((R.id.switch_old));
83 button = findViewById((R.id.switch_new));
85 button = findViewById((R.id.cancel));
94 void setText(int id, CharSequenc argument
98 setDrawable(int id, Drawable dr) argument
[all...]
H A DLocalePicker.java88 return constructAdapter(context, R.layout.locale_picker_item, R.id.locale);
230 public void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java143 public boolean performContextMenuAction(int id) { argument
144 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
146 mTextView.onTextContextMenuItem(id);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java28 AllocationAdapter(int id, RenderScript rs, Allocation alloc) { argument
29 super(id, rs, alloc.mType, alloc.mUsage);
H A DFileA3D.java63 EntryType(int id) { argument
64 mID = id;
158 IndexEntry(RenderScript rs, int index, int id, String name, EntryType type) { argument
161 mID = id;
171 FileA3D(int id, RenderScript rs, InputStream stream) { argument
172 super(id, rs);
283 * @param id resource to create FileA3D from
287 static public FileA3D createFromResource(RenderScript rs, Resources res, int id) { argument
292 is = res.openRawResource(id);
294 throw new RSRuntimeException("Unable to open resource " + id);
[all...]
H A DFont.java153 Font(int id, RenderScript rs) { argument
154 super(id, rs);
200 static public Font createFromResource(RenderScript rs, Resources res, int id, float pointSize) { argument
201 String name = "R." + Integer.toString(id);
206 is = res.openRawResource(id);
208 throw new RSRuntimeException("Unable to open resource " + id);
222 throw new RSRuntimeException("Unable to create font from resource " + id);
H A DProgramFragmentFixedFunction.java33 ProgramFragmentFixedFunction(int id, RenderScript rs) { argument
34 super(id, rs);
76 int id = mRS.nProgramFragmentCreate(mShader, texNames, tmp);
77 ProgramFragmentFixedFunction pf = new ProgramFragmentFixedFunction(id, mRS);
118 EnvMode(int id) { argument
119 mID = id;
148 Format(int id) { argument
149 mID = id;
H A DProgramVertexFixedFunction.java33 ProgramVertexFixedFunction(int id, RenderScript rs) { argument
34 super(id, rs);
103 int id = mRS.nProgramVertexCreate(mShader, texNames, tmp);
104 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS);
H A DSampler.java45 Value(int id) { argument
46 mID = id;
57 Sampler(int id, RenderScript rs) { argument
58 super(id, rs);
286 int id = mRS.nSamplerCreate(mMag.mID, mMin.mID,
288 Sampler sampler = new Sampler(id, mRS);
H A DScriptIntrinsicBlend.java25 ScriptIntrinsicBlend(int id, RenderScript rs) { argument
26 super(id, rs);
40 int id = rs.nScriptIntrinsicCreate(7, e.getID(rs));
41 return new ScriptIntrinsicBlend(id, rs);
45 private void blend(int id, Allocation ain, Allocation aout) { argument
52 forEach(id, ain, aout, null);
/frameworks/base/libs/androidfw/
H A DInputDevice.cpp145 void InputDeviceInfo::initialize(int32_t id, int32_t generation, argument
147 mId = id;
/frameworks/base/libs/hwui/
H A DTexture.h44 id = 0;
62 glBindTexture(renderTarget, id);
85 glBindTexture(renderTarget, id);
98 GLuint id; member in struct:android::uirenderer::Texture
150 glDeleteTextures(1, &mTexture->id);
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java188 private String queryString(int id, String column) { argument
194 ID_WHERE, new String[] { Integer.toString(id) }, null, null);
209 private String queryAudio(int id, String column) { argument
214 ID_WHERE, new String[] { Integer.toString(id) }, null, null);
229 private String queryGenre(int id) { argument
232 Uri uri = Audio.Genres.getContentUriForAudioId(mVolumeName, id);
251 private Long queryLong(int id, String column) { argument
257 ID_WHERE, new String[] { Integer.toString(id) }, null, null);
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowser.java81 TextView textView1 = (TextView)view.findViewById(android.R.id.text1);
82 TextView textView2 = (TextView)view.findViewById(android.R.id.text2);
117 protected void onListItemClick(ListView l, View v, int position, long id) { argument
H A DMtpClient.java238 * @param id the ID of the USB device
241 public MtpDevice getDevice(int id) { argument
243 return mDevices.get(UsbDevice.getDeviceName(id));
H A DObjectBrowser.java87 TextView nameView = (TextView)view.findViewById(R.id.name);
98 ImageView thumbView = (ImageView)view.findViewById(R.id.thumbnail);
133 protected void onListItemClick(ListView l, View v, int position, long id) { argument
/frameworks/base/obex/javax/obex/
H A DClientSession.java167 public void setConnectionID(long id) { argument
168 if ((id < 0) || (id > 0xFFFFFFFFL)) {
171 mConnectionId = ObexHelper.convertToByteArray(id);
/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp80 status_t CommonClockService::getTimelineID(uint64_t* id) { argument
81 *id = mTimeServer.getTimelineID();
H A Dcommon_time_config_service.cpp56 status_t CommonTimeConfigService::getMasterElectionGroupId(uint64_t *id) { argument
57 return mTimeServer.getMasterElectionGroupId(id);
60 status_t CommonTimeConfigService::setMasterElectionGroupId(uint64_t id) { argument
61 return mTimeServer.setMasterElectionGroupId(id);
/frameworks/base/services/input/
H A DEventHub.cpp107 // If we don't know the vendor and product id, then the device is probably
160 EventHub::Device::Device(int fd, int32_t id, const String8& path, argument
163 fd(fd), id(id), path(path), identifier(identifier),
572 effect.id = device->ffEffectId;
582 device->ffEffectId = effect.id;
666 ALOGV("Reporting device closed: id=%d, name=%s\n",
667 device->id, device->path.string());
670 event->deviceId = device->id == mBuiltInKeyboardId ? BUILT_IN_KEYBOARD_ID : device->id;
[all...]
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java214 private Bitmap loadAndPrintDpi(int id, boolean scale) { argument
217 bitmap = BitmapFactory.decodeResource(getResources(), id);
221 bitmap = BitmapFactory.decodeResource(getResources(), id, opts);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DEventSender.java34 public void updateTouchPoint(int id, int x, int y); argument
36 public void releaseTouchPoint(int id); argument
38 public void cancelTouchPoint(int id); argument
H A DFileList.java121 protected void onListItemClick(ListView l, View v, int position, long id) argument
177 new int[] {android.R.id.text1}));
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSender.java79 public void updateTouchPoint(int id, int x, int y) { argument
80 mEventSenderImpl.updateTouchPoint(id, x, y);
91 public void releaseTouchPoint(int id) { argument
92 mEventSenderImpl.releaseTouchPoint(id);
107 public void cancelTouchPoint(int id) { argument
108 mEventSenderImpl.cancelTouchPoint(id);
/frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java70 private Allocation loadTexture(int id) { argument
73 id, Allocation.MipmapControl.MIPMAP_NONE,
135 public void newTouchPosition(float x, float y, float pressure, int id) { argument
136 mPhysicsScript.invoke_touch(x, y, pressure, id);

Completed in 392 milliseconds

1234567891011>>