Home | History | Annotate | Download | only in ui

Lines Matching refs:ratio

308         // The ratio of the old size and the new size.
310 // If the aspect ratio changes, we don't know if it is because one side
312 // angle of the longer side doesn't change (so the aspect ratio change
315 float ratio = (width > height)
323 // we change the scale directly. Otherwise adjust the scales by a ratio,
329 b.mCurrentScale *= ratio;
330 b.mFromScale *= ratio;
331 b.mToScale *= ratio;
335 mFocusX /= ratio;
336 mFocusY /= ratio;
1788 // The film ratio
1799 // Starts an animation for the film ratio.