Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getScaledMeasuredWidth

662                 final int childWidth = getScaledMeasuredWidth(child);
751 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
774 protected int getScaledMeasuredWidth(View child) {
1144 int totalDistance = getScaledMeasuredWidth(v) + mPageSpacing;
1291 getScaledMeasuredWidth(getPageAt(mCurrentPage));
1458 right = (left + getScaledMeasuredWidth(getPageAt(i)));
1481 int childWidth = getScaledMeasuredWidth(layout);