Searched defs:resizeClip (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DChangeBounds.java176 boolean resizeClip = a.getBoolean(R.styleable.ChangeBounds_resizeClip, false);
178 setResizeClip(resizeClip);
187 * When <code>resizeClip</code> is true, ChangeBounds resizes the view using the clipBounds
189 * <code>resizeClip</code> is false, ChangeBounds resizes the View by changing its dimensions.
191 * <p>When resizeClip is set to true, the clip bounds is modified by ChangeBounds. Therefore,
195 * @param resizeClip Used to indicate whether the view bounds should be modified or the
200 public void setResizeClip(boolean resizeClip) { argument
201 mResizeClip = resizeClip;

Completed in 61 milliseconds