Home | History | Annotate | Download | only in widget

Lines Matching defs:targetWidth

347             final int targetWidth = targetDrawable.getIntrinsicWidth();
352 final int leftTarget = (int) (THRESHOLD * parentWidth) - targetWidth + handleWidth / 2;
367 target.layout(leftTarget, targetTop, leftTarget + targetWidth, targetBottom);
372 target.layout(rightTarget, targetTop, rightTarget + targetWidth, targetBottom);
378 final int targetLeft = (parentWidth - targetWidth) / 2;
379 final int targetRight = (parentWidth + targetWidth) / 2;