OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sTwoInts
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java
235
if (getScrollPosition(targetView, null,
sTwoInts
)) {
238
dx =
sTwoInts
[0];
239
dy =
sTwoInts
[1];
241
dx =
sTwoInts
[1];
242
dy =
sTwoInts
[0];
615
private static int[]
sTwoInts
= new int[2];
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 34 milliseconds