Lines Matching full:bounds
104 screen. To achieve the "zoom" animation, this view's bounds are animated
105 from the bounds of the thumbnail button above, to its final laid-out
106 bounds.
165 when appropriate. In general, you need to animate from the bounds of the normal-sized view to the
166 bounds of the larger-sized view. The following method shows you how to implement a zoom animation that
176 <li>Calculate the starting and ending bounds for the {@link android.widget.ImageView}.
181 simultaneously, from the starting bounds to the ending bounds. These four animations are
205 // Calculate the starting and ending bounds for the zoomed-in image.
211 // The start bounds are the global visible rectangle of the thumbnail,
212 // and the final bounds are the global visible rectangle of the container
214 // bounds, since that's the origin for the positioning animation
222 // Adjust the start bounds to be the same aspect ratio as the final
223 // bounds using the "center crop" technique. This prevents undesirable
229 // Extend start bounds horizontally
236 // Extend start bounds vertically
284 // to the original bounds and show the thumbnail instead of