Home | History | Annotate | Download | only in launcher3

Lines Matching refs:child

105         // child siblings willy-nilly
106 View child = null;
118 child = newParent.getChildAt(newParent.getChildCount() - 1);
119 if (child != null) child.requestFocus();
135 child = newParent.getChildAt(0);
136 if (child != null) child.requestFocus();
148 child = parent.getChildAt(newWidgetIndex);
149 if (child != null) child.requestFocus();
159 child = parent.getChildAt(newWidgetIndex);
160 if (child != null) child.requestFocus();
181 child = newParent.getChildAt(0);
184 child = parent.getChildAt(0);
186 if (child != null) child.requestFocus();
197 child = newParent.getChildAt(0);
200 child = parent.getChildAt(widgetCount - 1);
202 if (child != null) child.requestFocus();
209 child = parent.getChildAt(0);
210 if (child != null) child.requestFocus();
259 // Side pages do not always load synchronously, so check before focusing child siblings
261 View child = null;
275 child = newParent.getChildAt(newParent.getChildCount() - 1);
276 if (child != null) {
277 child.requestFocus();
297 child = newParent.getChildAt(0);
298 if (child != null) {
299 child.requestFocus();
341 child = newParent.getChildAt(0);
342 if (child != null) {
343 child.requestFocus();
362 child = newParent.getChildAt(0);
363 if (child != null) {
364 child.requestFocus();