Searched refs:item (Results 251 - 275 of 293) sorted by relevance

<<1112

/frameworks/rs/
H A DrsAllocation.h188 virtual void onFrameAvailable(const BufferItem& item);
/frameworks/base/core/java/android/os/
H A DParcel.java1109 T item = val.get(i);
1110 if (item != null) {
1112 item.writeToParcel(this, 0);
1194 T item = val[i];
1195 if (item != null) {
1197 item.writeToParcel(this, parcelableFlags);
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java44 * down menu from which the user can choose an item to replace the content
48 * if no item is selected in the drop down, by pressing the enter/dpad center
519 * <p>Sets the listener that will be notified when the user clicks an item
522 * @param l the item click listener
529 * <p>Sets the listener that will be notified when the user selects an item
532 * @param l the item selected listener
539 * <p>Returns the listener that is notified whenever the user clicks an item
542 * @return the item click listener
553 * item in the drop down list.</p>
555 * @return the item selecte
[all...]
H A DRadialTimePickerView.java464 public void setCurrentItemShowing(int item, boolean animate) { argument
465 switch (item){
473 Log.e(TAG, "ClockView does not support showing item " + item);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1336 SpinnerItem<Integer> item = mColorModeSpinnerAdapter.getItem(i);
1337 if (selectedColorMode == item.value) {
1809 Object item = getItem(position);
1810 if (item instanceof PrinterHolder) {
1811 PrinterHolder printerHolder = (PrinterHolder) item;
1990 Object item = getItem(i);
1991 if (item instanceof PrinterHolder) {
1992 PrinterHolder printerHolder = (PrinterHolder) item;
2139 // Why on earth item selected is called if no selection changed.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java33 * This row consists of some optional item detail, a series of primary actions,
602 * the given item.
604 * @param item The main item for the row.
606 public PlaybackControlsRow(Object item) { argument
607 mItem = item;
611 * Constructor for a PlaybackControlsRow that has no item details.
617 * Gets the main item for the details page.
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp124 virtual void onFrameAvailable(const BufferItem& item);
180 void JNISurfaceTextureContext::onFrameAvailable(const BufferItem& /* item */)
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h369 ssize_t add(const sp<DeviceDescriptor>& item);
370 ssize_t remove(const sp<DeviceDescriptor>& item);
371 ssize_t indexOf(const sp<DeviceDescriptor>& item) const;
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java81 public int insert(String name, byte[] item, int uid, int flags) throws RemoteException { argument
88 _data.writeByteArray(item);
613 public int insert(String name, byte[] item, int uid, int flags) throws RemoteException; argument
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp103 jint item = 0; local
104 _env->GetIntArrayRegion(attrib_list, len-1, 1, &item);
105 return item == EGL_NONE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java765 public boolean onMenuItemClick(MenuItem item) {
766 if (item.getItemId() == R.id.recent_remove_item) {
768 } else if (item.getItemId() == R.id.recent_inspect_item) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java412 final T item = items[i];
413 if (item != null) {
414 rt.add(item);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java84 public boolean onOptionsItemSelected(MenuItem item); argument
443 public boolean onOptionsItemSelected(MenuItem item) { argument
444 switch (item.getItemId()) {
/frameworks/base/core/java/android/transition/
H A DTransition.java144 * item id. When {@link android.widget.Adapter#hasStableIds()} returns false, no match
440 * example, a transition that fades an item in may wish to set the starting
480 * by its item ID if it is in a direct child of ListView. The caller can
540 * Match start/end values by Adapter item ID. Adds matched values to mStartValuesList
542 * startItemIds and endItemIds as a guide for which Views have unique item IDs.
1498 // Duplicate item IDs: cannot match by item ID.
2365 * Add the specified item to the list, returning the resulting list.
2369 * Note that the list holds unique items; if the item already exists in the
2372 static <T> ArrayList<T> add(ArrayList<T> list, T item) { argument
2387 remove(ArrayList<T> list, T item) argument
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java457 adapter.mItems.add(new Item(i, "added item"));
1269 // invalidate w/o an item decorator
1277 // set item decorator, should invalidate
1291 // invalidate w/ item decorator
1315 // remove item decorator
1498 Item item = testAdapter.mItems.remove(movedViewFromIndex);
1499 testAdapter.mItems.add(movedViewToIndex, item);
1859 Item item = previousItems.get(i);
1860 oldPositionToNewPositionMapping.put(i, adapter.mItems.indexOf(item));
2004 assertNotNull("find view by position for existing item "
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java78 * PreferenceFragment together as panes. Selecting a header item switches
79 * to showing the correct PreferenceFragment for that item.
325 * Description of a single Header item that the user can select.
768 * implementing this and adding at least one item to the list, you
1041 Object item = mAdapter.getItem(position);
1042 if (item instanceof Header) onHeaderClick((Header) item, position);
1047 * Called when the user selects an item in the header list. The default
1083 * @param titleRes Optional resource ID of title to show for this item.
1084 * @param shortTitleRes Optional resource ID of short title to show for this item
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentManager.java1983 public boolean dispatchOptionsItemSelected(MenuItem item) { argument
1988 if (f.performOptionsItemSelected(item)) {
1997 public boolean dispatchContextItemSelected(MenuItem item) { argument
2002 if (f.performContextItemSelected(item)) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java576 for (String item : configValues) {
577 Log.d(TAG, "GpsParamsResource: " + item);
579 String[] split = item.split("=");
583 Log.w(TAG, "malformed contents: " + item);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp380 jstring item = jstring(env->GetObjectArrayElement(excludedDeviceNames, i)); local
381 const char* deviceNameChars = env->GetStringUTFChars(item, NULL);
383 env->ReleaseStringUTFChars(item, deviceNameChars);
384 env->DeleteLocalRef(item);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java540 public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item) { argument
545 return cb.onMenuItemSelected(panel.featureId, item);
1458 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
1459 return mWrapped.onActionItemClicked(mode, item);
1572 * Whether an item's action has been performed. This happens in obvious
1573 * scenarios (user clicks on menu item), but can also happen with
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java1072 public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item) { argument
1074 return mCallback.onActionItemClicked(this, item);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaControllerCompat.java143 * care about the current item {@link #getMetadata()} should be used.
391 * include the currently playing item as well as previous and
579 * about the media item to be played.
595 * Play an item with a specific id in the play queue. If you specify an
626 * Skip to the next item.
637 * Skip to the previous item.
1173 for (Object item : queueObjs) {
1174 queue.add(MediaSessionCompat.QueueItem.obtain(item));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java1073 public boolean onMenuItemSelected(MenuBuilder menu, MenuItem item) { argument
1075 return mCallback.onActionItemClicked(this, item);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3311 ProcessChangeItem item = mActiveProcessChanges[j];
3312 if ((item.changes&ProcessChangeItem.CHANGE_ACTIVITIES) != 0) {
3314 + item.pid + " uid=" + item.uid + ": "
3315 + item.foregroundActivities);
3316 observer.onForegroundActivitiesChanged(item.pid, item.uid,
3317 item.foregroundActivities);
3319 if ((item.changes&ProcessChangeItem.CHANGE_PROCESS_STATE) != 0) {
3321 + item
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java364 for (String item : splitter) {
366 list.add(Integer.parseInt(item));
368 Slog.w(TAG, "Can't parseInt: " + item);

Completed in 833 milliseconds

<<1112