Searched defs:pool (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java251 * >Try increasing your pool size and item cache size.
895 * When adapter is changed, all existing views are recycled back to the pool. If the pool has
1176 * if no pool is set for this view a new one will be created. See
1179 * @return The pool used to store recycled item views for reuse.
1187 * Recycled view pools allow multiple RecyclerViews to share a common pool of scrap views.
1192 * @param pool Pool to set. If this parameter is null a new pool will be created and used.
1194 public void setRecycledViewPool(RecycledViewPool pool) { argument
1195 mRecycler.setRecycledViewPool(pool);
5557 setRecycledViewPool(RecycledViewPool pool) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1648 // this new one to the pool.
1650 // Add this timer to the active pool
1677 // active in the pool, before taking this one out of the pool.
1679 // Remove this timer from the active pool
1711 final ArrayList<StopwatchTimer> pool, StopwatchTimer self) {
1713 final int N = pool.size();
1715 final StopwatchTimer t = pool.get(i);
6384 * proper timer pool from the given BatteryStatsImpl object.
6389 private StopwatchTimer readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, argument
1710 refreshTimersLocked(long batteryRealtime, final ArrayList<StopwatchTimer> pool, StopwatchTimer self) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 737 milliseconds

12