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 101 boolean transformScale = transformScale();
106 || transformScale && getTransformationStartScaleX() == UNDEFINED
107 || transformScale && getTransformationStartScaleY() == UNDEFINED) {
125 if (transformScale && otherView.getWidth() != transformedView.getWidth()) {
132 if (transformScale && otherView.getHeight() != transformedView.getHeight()) {
146 if (!transformScale) {
164 if (transformScale) {
182 protected boolean transformScale() {
230 boolean transformScale = transformScale()
    [all...]
ImageTransformState.java 65 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 663 milliseconds