Home | History | Annotate | Download | only in ui

Lines Matching defs:viewW

645             int viewW = getWidth();
662 float progress = calculateMoveOutProgress(left, right, viewW);
677 if (right - left <= viewW) {
680 cxPage = viewW / 2f;
696 setTileViewPosition(cx, cy, viewW, viewH, imageScale);
716 int viewW, int viewH, float scale) {
720 int centerX = (int) (imageW / 2f + (viewW / 2f - cx) / scale + 0.5f);
1503 int viewW = getWidth();
1504 int threshold = MOVE_THRESHOLD + gapToSide(r.width(), viewW);
1507 if (viewW - r.right > threshold) {