HomeSort by relevance Sort by last modified time
    Searched refs:iconParent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 190 ViewGroup iconParent = iconLayout.getShortcutsAndWidgets();
204 for (int i = 0; i < iconParent.getChildCount(); i++) {
205 int cx = ((CellLayout.LayoutParams) iconParent.getChildAt(i).getLayoutParams()).cellX;
206 int cy = ((CellLayout.LayoutParams) iconParent.getChildAt(i).getLayoutParams()).cellY;
223 matrix[cx + delta][iconLayout.getCountY()] = iconParent.getChildCount() + i;
231 matrix[iconLayout.getCountX()][cy + delta] = iconParent.getChildCount() + i;
253 ViewGroup iconParent = iconLayout.getShortcutsAndWidgets();
258 for (int i = 0; i < iconParent.getChildCount(); i++) {
259 int cx = ((CellLayout.LayoutParams) iconParent.getChildAt(i).getLayoutParams()).cellX;
260 int cy = ((CellLayout.LayoutParams) iconParent.getChildAt(i).getLayoutParams()).cellY
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 217 final ViewGroup iconParent = iconLayout.getShortcutsAndWidgets();
227 iconIndex += iconParent.getChildCount();
230 parent = iconParent;
236 iconIndex += iconParent.getChildCount();
239 parent = iconParent;
264 if (parent == iconParent && newIconIndex >= iconParent.getChildCount()) {
265 newIconIndex -= iconParent.getChildCount();

Completed in 136 milliseconds