Home | History | Annotate | Download | only in launcher2

Lines Matching defs:child

154         // child siblings willy-nilly
155 View child = null;
167 child = newParent.getChildAt(newParent.getChildCount() - 1);
168 if (child != null) child.requestFocus();
184 child = newParent.getChildAt(0);
185 if (child != null) child.requestFocus();
197 child = parent.getChildAt(newWidgetIndex);
198 if (child != null) child.requestFocus();
210 child = parent.getChildAt(newWidgetIndex);
211 if (child != null) child.requestFocus();
232 child = newParent.getChildAt(0);
235 child = parent.getChildAt(0);
237 if (child != null) child.requestFocus();
248 child = newParent.getChildAt(0);
251 child = parent.getChildAt(widgetCount - 1);
253 if (child != null) child.requestFocus();
260 child = parent.getChildAt(0);
261 if (child != null) child.requestFocus();
312 // Side pages do not always load synchronously, so check before focusing child siblings
314 View child = null;
327 child = newParent.getChildAt(newParent.getChildCount() - 1);
328 if (child != null) child.requestFocus();
345 child = newParent.getChildAt(0);
346 if (child != null) child.requestFocus();
392 child = newParent.getChildAt(0);
393 if (child != null) child.requestFocus();
409 child = newParent.getChildAt(0);
410 if (child != null) child.requestFocus();