Searched refs:widgetIndex (Results 1 – 1 of 1) sorted by relevance
140 final int widgetIndex = parent.indexOfChild(w); in handlePagedViewGridLayoutWidgetKeyEvent() local146 final int x = widgetIndex % cellCountX; in handlePagedViewGridLayoutWidgetKeyEvent()147 final int y = widgetIndex / cellCountX; in handlePagedViewGridLayoutWidgetKeyEvent()160 if (widgetIndex > 0) { in handlePagedViewGridLayoutWidgetKeyEvent()161 parent.getChildAt(widgetIndex - 1).requestFocus(); in handlePagedViewGridLayoutWidgetKeyEvent()177 if (widgetIndex < (widgetCount - 1)) { in handlePagedViewGridLayoutWidgetKeyEvent()178 parent.getChildAt(widgetIndex + 1).requestFocus(); in handlePagedViewGridLayoutWidgetKeyEvent()