Home | History | Annotate | Download | only in widget

Lines Matching refs:FrameLayout

423                 final FrameLayout fl = (FrameLayout) mViewsMap.get(index).view;
439 * @return The FrameLayout into which children can be placed.
441 FrameLayout getFrameForChild() {
442 return new FrameLayout(mContext);
546 // We wrap the new view in a FrameLayout so as to respect the contract
548 FrameLayout fl = getFrameForChild();