OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globalPositions
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerBaseConfigSetTest.java
60
final int[]
globalPositions
= new int[mAdapter.getItemCount()];
61
Arrays.fill(
globalPositions
, Integer.MIN_VALUE);
76
if (
globalPositions
[pos] != Integer.MIN_VALUE) {
83
globalPositions
[pos] = globalScrollPosition +
86
globalPositions
[pos] = globalScrollPosition +
103
Log.d(TAG, "done recording positions " + Arrays.toString(
globalPositions
));
155
globalPositions
[pos], globalPos);
StaggeredGridLayoutManagerBaseConfigSetTest.java
167
final int[]
globalPositions
= new int[mAdapter.getItemCount()];
168
Arrays.fill(
globalPositions
, Integer.MIN_VALUE);
177
while (
globalPositions
[mAdapter.getItemCount() - 1] == Integer.MIN_VALUE) {
181
if (
globalPositions
[pos] != Integer.MIN_VALUE) {
185
globalPositions
[pos] = globalScrollPosition +
188
globalPositions
[pos] = globalScrollPosition +
196
Log.d(TAG, "done recording positions " + Arrays.toString(
globalPositions
));
235
globalPositions
[pos], globalPos);
[
all
...]
Completed in 52 milliseconds