Home | History | Annotate | Download | only in widget

Lines Matching refs:fromLeft

817      *        the fromLeft parameter
818 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
822 private View makeAndAddView(int position, int offset, int x, boolean fromLeft) {
837 setUpChild(child, offset, x, fromLeft);
847 setUpChild(child, offset, x, fromLeft);
860 * the fromLeft parameter
861 * @param fromLeft Are we positioning views based on the left edge? (i.e.,
864 private void setUpChild(View child, int offset, int x, boolean fromLeft) {
873 addViewInLayout(child, fromLeft != mIsRtl ? -1 : 0, lp);
894 if (fromLeft) {