OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:focustoindex
(Results
1 - 1
of
1
) sorted by null
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
GridWidgetTest.java
551
final int
focusToIndex
= mGridView.getChildCount() - 1;
554
mGridView.setSelectedPositionSmooth(
focusToIndex
);
562
mGridView.setSelectedPositionSmooth(
focusToIndex
+ 1);
576
int leftEdge = mGridView.getLayoutManager().findViewByPosition(
focusToIndex
).getLeft();
586
mGridView.getLayoutManager().findViewByPosition(
focusToIndex
).getLeft());
600
final int
focusToIndex
= mGridView.getChildCount() - 1;
603
mGridView.setSelectedPositionSmooth(
focusToIndex
);
609
mActivity.removeItems(
focusToIndex
, 1);
615
int leftEdge = mGridView.getLayoutManager().findViewByPosition(
focusToIndex
).getLeft();
625
mGridView.getLayoutManager().findViewByPosition(
focusToIndex
).getLeft())
[
all
...]
Completed in 95 milliseconds