Home
last modified time | relevance | path

Searched refs:itemContainer (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java281 ViewGroup itemContainer; in handleAppsCustomizeKeyEvent() local
285 itemContainer = (ViewGroup) v.getParent(); in handleAppsCustomizeKeyEvent()
286 parentLayout = (ViewGroup) itemContainer.getParent(); in handleAppsCustomizeKeyEvent()
290 itemContainer = parentLayout = (ViewGroup) v.getParent(); in handleAppsCustomizeKeyEvent()
300 final int iconIndex = itemContainer.indexOfChild(v); in handleAppsCustomizeKeyEvent()
301 final int itemCount = itemContainer.getChildCount(); in handleAppsCustomizeKeyEvent()
320 itemContainer.getChildAt(iconIndex - 1).requestFocus(); in handleAppsCustomizeKeyEvent()
338 itemContainer.getChildAt(iconIndex + 1).requestFocus(); in handleAppsCustomizeKeyEvent()
357 itemContainer.getChildAt(newiconIndex).requestFocus(); in handleAppsCustomizeKeyEvent()
369 itemContainer.getChildAt(newiconIndex).requestFocus(); in handleAppsCustomizeKeyEvent()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java101 … final ShortcutAndWidgetContainer itemContainer = (ShortcutAndWidgetContainer) v.getParent(); in onKey() local
102 final CellLayout cellLayout = (CellLayout) itemContainer.getParent(); in onKey()
104 final int iconIndex = itemContainer.indexOfChild(v); in onKey()
172 child = itemContainer.getChildAt(newIconIndex); in onKey()