Searched defs:id (Results 251 - 275 of 348) sorted by relevance

<<11121314

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java92 // http://b/issue?id=1973663 is fixed.
526 public void error(int id, String description) { argument
/frameworks/base/core/java/android/widget/
H A DAdapterView.java81 * Row id to look for when data has changed
155 * The item id of the item to select during the next layout.
166 * The item id of the currently selected item.
193 * Represents an empty or invalid row id
203 * The id of the last selected position we used when notifying
260 * @param id The row id of the item that was clicked.
262 void onItemClick(AdapterView<?> parent, View view, int position, long id); argument
277 * been clicked, or null id no callback has been set.
288 * @param id Th
292 performItemClick(View view, int position, long id) argument
324 onItemLongClick(AdapterView<?> parent, View view, int position, long id) argument
368 onItemSelected(AdapterView<?> parent, View view, int position, long id) argument
403 AdapterContextMenuInfo(View targetView, int position, long id) argument
424 public long id; field in class:AdapterView.AdapterContextMenuInfo
[all...]
H A DAutoCompleteTextView.java68 * findViewById(R.id.countries_list);
157 // Get the anchor's id now, but the view won't be ready, so wait to actually get the
230 mHintResource, null).findViewById(com.android.internal.R.id.text1);
311 * <p>Returns the id for the view that the auto-complete drop down list is anchored to.</p>
313 * @return the view's id, or {@link View#NO_ID} if none specified
323 * corresponding to this id will not be loaded until the next time it is needed to avoid
326 * @param id the id to anchor the drop down list view to
330 public void setDropDownAnchor(int id) { argument
331 mDropDownAnchorId = id;
364 setDropDownBackgroundResource(int id) argument
860 performCompletion(View selectedView, int position, long id) argument
1176 onItemClick(AdapterView parent, View v, int position, long id) argument
[all...]
H A DExpandableListView.java513 public boolean performItemClick(View v, int position, long id) { argument
517 return super.performItemClick(v, position, id);
522 return handleItemClick(v, adjustedPosition, id);
531 * @param id The ListAdapter ID, not the group or child ID.
533 boolean handleItemClick(View v, int position, long id) { argument
536 id = getChildOrGroupId(posMetadata.position);
545 posMetadata.position.groupPos, id)) {
584 posMetadata.position.childPos, id);
702 * @param id The row id o
705 onGroupClick(ExpandableListView parent, View v, int groupPosition, long id) argument
732 onChildClick(ExpandableListView parent, View v, int groupPosition, int childPosition, long id) argument
985 createContextMenuInfo(View view, int flatListPosition, long id) argument
1085 ExpandableListContextMenuInfo(View targetView, long packedPosition, long id) argument
1110 public long id; field in class:ExpandableListView.ExpandableListContextMenuInfo
[all...]
H A DGallery.java1081 long id = getItemIdAtPosition(mDownTouchPosition);
1082 dispatchLongPress(mDownTouchView, mDownTouchPosition, id);
1158 private boolean dispatchLongPress(View view, int position, long id) { argument
1163 mDownTouchPosition, id);
1167 mContextMenuInfo = new AdapterContextMenuInfo(view, position, id);
H A DProgressBar.java98 * mProgress = (ProgressBar) findViewById(R.id.progress_bar);
323 int id = background.getId(i);
325 (id == R.id.progress || id == R.id.secondaryProgress));
537 doRefreshProgress(R.id.progress, mProgress, false, false);
538 doRefreshProgress(R.id.secondaryProgress, mSecondaryProgress, false, false);
575 doRefreshProgress(rd.id, rd.progress, rd.fromUser, true);
585 public int id; field in class:ProgressBar.RefreshData
609 obtain(int id, int progress, boolean fromUser) argument
642 doRefreshProgress(int id, int progress, boolean fromUser, boolean callBackToApp) argument
670 refreshProgress(int id, int progress, boolean fromUser) argument
[all...]
H A DRemoteViewsAdapter.java346 // A mapping from type id to a set of unique type ids
386 // We +1 because the loading view always has view type id of 0
407 loadingView.setTagInternal(com.android.internal.R.id.rowTypeId,
463 public void set(RemoteViews v, long id, boolean requested) { argument
464 itemId = id;
729 // Strip the previously injected app widget id from service intent
925 * Returns the item type id for the specified convert view. Returns -1 if the convert view
931 Object tag = convertView.getTag(com.android.internal.R.id.rowTypeId);
999 newView.setTagInternal(com.android.internal.R.id.rowTypeId,
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java165 mVolumeIcon = (ImageView) layout.findViewById(R.id.volume_icon);
166 mVolumeSlider = (SeekBar) layout.findViewById(R.id.volume_slider);
171 final View extendedSettingsButton = layout.findViewById(R.id.extended_settings);
176 final ListView list = (ListView) layout.findViewById(R.id.list);
400 holder.text1 = (TextView) convertView.findViewById(R.id.text1);
401 holder.text2 = (TextView) convertView.findViewById(R.id.text2);
402 holder.icon = (ImageView) convertView.findViewById(R.id.icon);
403 holder.check = (CheckBox) convertView.findViewById(R.id.check);
405 R.id.expand_button);
487 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java276 final int id = presenter.getId();
277 if (id > 0) {
280 presenterStates.put(id, state);
299 final int id = presenter.getId();
300 if (id > 0) {
301 Parcelable parcel = presenterStates.get(id);
386 private MenuItem addInternal(int group, int id, int categoryOrder, CharSequence title) { argument
389 final MenuItemImpl item = new MenuItemImpl(this, group, id, categoryOrder,
411 public MenuItem add(int group, int id, int categoryOrder, CharSequence title) { argument
412 return addInternal(group, id, categoryOrde
415 add(int group, int id, int categoryOrder, int title) argument
427 addSubMenu(int group, int id, int categoryOrder, CharSequence title) argument
435 addSubMenu(int group, int id, int categoryOrder, int title) argument
439 addIntentOptions(int group, int id, int categoryOrder, ComponentName caller, Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) argument
468 removeItem(int id) argument
597 findItem(int id) argument
615 findItemIndex(int id) argument
862 performIdentifierAction(int id, int flags) argument
[all...]
H A DMenuItemImpl.java110 * @param id Unique item ID. Use 0 if you do not need a unique ID.
114 MenuItemImpl(MenuBuilder menu, int group, int id, int categoryOrder, int ordering, argument
130 mId = id;
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp577 jfieldID id = env->GetFieldID(clazz, fieldname, type); local
578 SkASSERT(id);
579 return id;
H A DGraphics.cpp557 jfieldID id = env->GetFieldID(clazz, fieldname, type); local
558 SkASSERT(id);
559 return id;
/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp60 jfieldID id; member in struct:android::__anon1019
321 outPointerProperties->id = env->GetIntField(pointerPropertiesObj,
322 gPointerPropertiesClassInfo.id);
329 env->SetIntField(outPointerPropertiesObj, gPointerPropertiesClassInfo.id,
330 pointerProperties->id);
894 GET_FIELD_ID(gPointerPropertiesClassInfo.id, clazz,
895 "id", "I");
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java139 long id = intent.getExtras().getLong(DownloadManager.EXTRA_DOWNLOAD_ID);
140 Log.i(LOG_TAG, "Received Notification for download: " + id);
141 if (!downloadIds.contains(id)) {
145 downloadIds.add(id);
150 Cursor cursor = dm.query(new Query().setFilterById(id));
163 Log.i(LOG_TAG, "Notification for id: " + id + " has already been made.");
478 * @param requestId The id of the download to remove
645 * @param id The download id t
647 waitForDownloadOrTimeout_skipNotification(long id) argument
659 waitForDownloadOrTimeout(long id) argument
674 waitForDownloadOrTimeout(long id, long poll, long timeoutMillis) argument
703 waitForDownloadOrTimeoutNoThrow(long id, long poll, long timeoutMillis) argument
995 getCursor(long id) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java154 DataType(int id, int size) { argument
155 mID = id;
177 DataKind(int id) { argument
178 mID = id;
748 Element(int id, RenderScript rs, Element[] e, String[] n, int[] as) { argument
749 super(id, rs);
765 Element(int id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { argument
766 super(id, rs);
784 Element(int id, RenderScript rs) { argument
785 super(id, r
[all...]
/frameworks/base/include/androidfw/
H A DInput.h77 * Maximum pointer id value supported in a motion event.
78 * Smallest pointer id is 0.
167 // Values of axes that are stored in this structure packed in order by axis id
208 // The id of the pointer.
209 int32_t id; member in struct:android::PointerProperties
215 id = -1;
362 return mPointerProperties[pointerIndex].id;
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp649 uint32_t id = msg->body.motion.pointers[i].properties.id; local
650 if (state.lastResample.idBits.hasBit(id)) {
652 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
654 ALOGD("[%d] - rewrite (%0.3f, %0.3f), old (%0.3f, %0.3f)", id,
694 uint32_t id = event->getPointerId(i); local
695 if (!current->idBits.hasBit(id)) {
697 ALOGD("Not resampled, missing id %d", id);
752 uint32_t id local
[all...]
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java893 * To be only used by AudioManager after it has received the unique id from
895 * @param id the unique identifier of the RemoteControlStackEntry in AudioService with which
898 public void setRcseId(int id) { argument
899 mRcseId = id;
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java150 * Event id for engine control ownership change notification.
155 * Event id for engine state change notification.
160 * Event id for engine parameter change notification.
370 int[] id = new int[1];
374 type.toString(), uuid.toString(), priority, audioSession, id,
392 mId = id[0];
1193 String uuid, int priority, int audioSession, int[] id, Object[] desc);
1192 native_setup(Object audioeffect_this, String type, String uuid, int priority, int audioSession, int[] id, Object[] desc) argument
/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c62 * The id of the DRM content.
64 int32_t id; member in struct:_DrmData
101 d->id = -1;
148 * id</code>.
155 static DrmData * getItem(int32_t id) argument
163 if (id == d->id)
178 static int32_t removeItem(int32_t id) argument
187 if (id == curItem->id) {
564 int32_t id; local
609 jint id; local
627 jint id; local
654 jint id; local
716 jint id; local
734 jint id; local
756 jint id; local
852 int32_t id; local
907 int32_t id; local
955 jint id; local
[all...]
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c28 * Current id.
506 int32_t drm_checkRoAndUpdate(int32_t id, int32_t permission) argument
521 if (FALSE == drm_writeOrReadInfo(id, NULL, &roAmount, GET_ROAMOUNT))
533 if (FALSE == drm_writeOrReadInfo(id, pRo, &roAmount, GET_ALL_RO)) {
695 //drm_removeIdInfoFile(id);
697 if (FALSE == drm_writeOrReadInfo(id, pRo, &validRoAmount, SAVE_ALL_RO))
1121 int32_t id; local
1154 if (FALSE == drm_readFromUidTxt(s->contentID, &id, GET_ID))
1157 drm_writeOrReadInfo(id, NULL, &roAmount, GET_ROAMOUNT);
1165 drm_writeOrReadInfo(id, pR
1202 int32_t id; local
1755 int32_t roAmount, id; local
1819 int32_t id; local
1834 int32_t maxId, id, roAmount, j; local
1889 int32_t maxId, id, roAmount, j; local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java159 holder.thumbnailView = convertView.findViewById(R.id.app_thumbnail);
161 (ImageView) convertView.findViewById(R.id.app_thumbnail_image);
167 holder.iconView = (ImageView) convertView.findViewById(R.id.app_icon);
171 holder.labelView = (TextView) convertView.findViewById(R.id.app_label);
172 holder.descriptionView = (TextView) convertView.findViewById(R.id.app_description);
472 mRecentsContainer = (ViewGroup) findViewById(R.id.recents_container);
473 mStatusBarTouchProxy = (StatusBarTouchProxy) findViewById(R.id.status_bar_touch_proxy);
484 mRecentsScrim = findViewById(R.id.recents_bg_protect);
485 mRecentsNoApps = findViewById(R.id.recents_no_apps);
579 R.id
809 onItemClick(AdapterView<?> parent, View view, int position, long id) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java261 View vetoButton = row.findViewById(R.id.veto);
265 final int _id = n.id;
321 if (item.getItemId() == R.id.notification_inspect_item) {
561 ViewGroup content = (ViewGroup)row.findViewById(R.id.content);
562 ViewGroup adaptive = (ViewGroup)row.findViewById(R.id.adaptive);
569 sbn.pkg, sbn.tag, sbn.id);
586 final String ident = sbn.pkg + "/0x" + Integer.toHexString(sbn.id);
609 row.setTag(R.id.expandable_tag, Boolean.valueOf(large != null));
618 public NotificationClicker makeClicker(PendingIntent intent, String pkg, String tag, int id) { argument
619 return new NotificationClicker(intent, pkg, tag, id);
628 NotificationClicker(PendingIntent intent, String pkg, String tag, int id) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardStatusViewManager.java179 mCarrierView = (TextView) findViewById(R.id.carrier);
180 mDateView = (TextView) findViewById(R.id.date);
181 mStatus1View = (TextView) findViewById(R.id.status1);
182 mAlarmStatusView = (TextView) findViewById(R.id.alarm_status);
183 mOwnerInfoView = (TextView) findViewById(R.id.propertyOf);
184 mTransportView = (TransportControlView) findViewById(R.id.transport);
185 mEmergencyCallButton = (Button) findViewById(R.id.emergencyCallButton);
187 mDigitalClock = (DigitalClock) findViewById(R.id.time);
242 * @param resId resource id of the message
281 if (DEBUG) Log.w(TAG, "Not showing message id "
561 findViewById(int id) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java315 private void dumpAppWidgetId(AppWidgetId id, int index, PrintWriter pw) { argument
316 pw.print(" ["); pw.print(index); pw.print("] id=");
317 pw.println(id.appWidgetId);
319 pw.print(id.host.hostId); pw.print(' ');
320 pw.print(id.host.packageName); pw.print('/');
321 pw.println(id.host.uid);
322 if (id.provider != null) {
324 pw.println(id.provider.info.provider.flattenToShortString());
326 if (id.host != null) {
327 pw.print(" host.callbacks="); pw.println(id
464 deleteAppWidgetLocked(AppWidgetId id) argument
696 unbindAppWidgetRemoteViewsServicesLocked(AppWidgetId id) argument
718 destroyRemoteViewsService(final Intent intent, AppWidgetId id) argument
764 decrementAppWidgetServiceRefCount(AppWidgetId id) argument
932 updateAppWidgetInstanceLocked(AppWidgetId id, RemoteViews views) argument
936 updateAppWidgetInstanceLocked(AppWidgetId id, RemoteViews views, boolean isPartialUpdate) argument
960 notifyAppWidgetViewDataChangedInstanceLocked(AppWidgetId id, int viewId) argument
1053 canAccessAppWidgetId(AppWidgetId id, int callingUid) argument
[all...]

Completed in 434 milliseconds

<<11121314