OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newiconindex
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java
356
int
newiconIndex
= ((y - 1) * countX) + x;
357
itemContainer.getChildAt(
newiconIndex
).requestFocus();
368
int
newiconIndex
= Math.min(itemCount - 1, ((y + 1) * countX) + x);
369
itemContainer.getChildAt(
newiconIndex
).requestFocus();
[
all
...]
Completed in 41 milliseconds