OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPreLayoutSpanIndexCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java
56
final SparseIntArray
mPreLayoutSpanIndexCache
= new SparseIntArray();
185
mPreLayoutSpanIndexCache
.clear();
194
mPreLayoutSpanIndexCache
.put(viewPosition, lp.getSpanIndex());
469
final int cached =
mPreLayoutSpanIndexCache
.get(pos, -1);
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 66 milliseconds