Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getMeasuredWidth

2573                         v.getMeasuredWidth(), v.getMeasuredHeight());
2640 final int width = fi.getMeasuredWidth();
3076 if ((((LauncherTransitionable) toView).getContent().getMeasuredWidth() == 0) ||
3077 (mWorkspace.getMeasuredWidth() == 0) ||
3078 (toView.getMeasuredWidth() == 0)) {