Lines Matching refs:child
153 // child siblings willy-nilly
154 View child = null;
166 child = newParent.getChildAt(newParent.getChildCount() - 1);
167 if (child != null) child.requestFocus();
183 child = newParent.getChildAt(0);
184 if (child != null) child.requestFocus();
196 child = parent.getChildAt(newWidgetIndex);
197 if (child != null) child.requestFocus();
209 child = parent.getChildAt(newWidgetIndex);
210 if (child != null) child.requestFocus();
231 child = newParent.getChildAt(0);
234 child = parent.getChildAt(0);
236 if (child != null) child.requestFocus();
247 child = newParent.getChildAt(0);
250 child = parent.getChildAt(widgetCount - 1);
252 if (child != null) child.requestFocus();
259 child = parent.getChildAt(0);
260 if (child != null) child.requestFocus();
311 // Side pages do not always load synchronously, so check before focusing child siblings
313 View child = null;
326 child = newParent.getChildAt(newParent.getChildCount() - 1);
327 if (child != null) child.requestFocus();
344 child = newParent.getChildAt(0);
345 if (child != null) child.requestFocus();
391 child = newParent.getChildAt(0);
392 if (child != null) child.requestFocus();
408 child = newParent.getChildAt(0);
409 if (child != null) child.requestFocus();