HomeSort by relevance Sort by last modified time
    Searched refs:transformScale (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java 102 boolean transformScale = transformScale();
107 || transformScale && getTransformationStartScaleX() == UNDEFINED
108 || transformScale && getTransformationStartScaleY() == UNDEFINED) {
126 if (transformScale && otherView.getWidth() != transformedView.getWidth()) {
133 if (transformScale && otherView.getHeight() != transformedView.getHeight()) {
147 if (!transformScale) {
165 if (transformScale) {
183 protected boolean transformScale() {
231 boolean transformScale = transformScale()
    [all...]
ImageTransformState.java 116 protected boolean transformScale() {
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 293 void transformScale(const double sx_,const double sy_);
Image.h     [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 844 void Magick::Options::transformScale(const double sx_,const double sy_)
Image.cpp     [all...]

Completed in 480 milliseconds