Home | History | Annotate | Download | only in widget

Lines Matching defs:where

297      * @param nextTop The location where the top of the item associated with pos
370 final int where = flow ? -1 : pos - startPos;
371 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
397 * @param nextBottom The location where the bottom of the item associated
435 * @param nextTop The location where the top of the first item should be
707 * @param selectedTop Where the selected item should be
708 * @param childrenTop Where to start drawing children
709 * @param childrenBottom Last pixel where children can be drawn
880 * @param childrenTop Where to start drawing children
881 * @param childrenBottom Last pixel where children can be drawn
946 * Keep selection where it was
1423 * @param childrenLeft left edge where children should be positioned
1426 * @param where position at which to add new item in the list
1430 boolean selected, int where) {
1437 setupChild(activeView, position, y, flow, childrenLeft, selected, true, where);
1447 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
1461 * @param childrenLeft left edge where children should be positioned
1467 * @param where position at which to add new item in the list
1471 boolean selected, boolean isAttachedToWindow, int where) {
1516 attachViewToParent(child, where, p);
1527 addViewInLayout(child, where, p, true);