Searched defs:item (Results 476 - 479 of 479) sorted by relevance

<<11121314151617181920

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java79 * <li><em>Position:</em> The position of a data item within an <em>Adapter</em>.</li>
106 * <li>layout position: Position of an item in the latest layout calculation. This is the
108 * <li>adapter position: Position of an item in the adapter. This is the position from
127 * For example, if you want to access the item in the adapter on a ViewHolder click, you should use
266 * - There might be too many item view types.
270 * >Try increasing your pool size and item cache size.
445 // For use in item animations
983 // recyclerView.children. This may not be true if item animator's end does not work as
998 * item types with the current adapter (helps us avoid cache
1042 * or heavyweight data with item view
11448 onAnimationFinished(ViewHolder item) argument
11912 endAnimation(ViewHolder item) argument
12124 onAnimationFinished(ViewHolder item) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java483 public void onMenuClicked(View view, int x, int y, MenuItem item) { argument
492 mLongPressListener.onLongPress(view, x, y, item);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java102 * <li><em>Position:</em> The position of a data item within an <em>Adapter</em>.</li>
129 * <li>layout position: Position of an item in the latest layout calculation. This is the
131 * <li>adapter position: Position of an item in the adapter. This is the position from
150 * For example, if you want to access the item in the adapter on a ViewHolder click, you should use
302 * - There might be too many item view types.
306 * >Try increasing your pool size and item cache size.
507 // For use in item animations
823 // Clear any android.view.animation.Animation that may prevent the item from
849 // Clear any android.view.animation.Animation that may prevent the item from
1124 // recyclerView.children. This may not be true if item animato
12399 onAnimationFinished(ViewHolder item) argument
12863 endAnimation(@onNull ViewHolder item) argument
13076 onAnimationFinished(@onNull ViewHolder item) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 148 milliseconds

<<11121314151617181920