Searched refs:getNil (Results 1 – 5 of 5) sorted by relevance
49 public Rotation rotation = FilterRotateRepresentation.getNil();50 public float straighten = FilterStraightenRepresentation.getNil();51 public RectF crop = FilterCropRepresentation.getNil();52 public Mirror mirror = FilterMirrorRepresentation.getNil();62 rotation = FilterRotateRepresentation.getNil(); in wipe()63 straighten = FilterStraightenRepresentation.getNil(); in wipe()64 crop = FilterCropRepresentation.getNil(); in wipe()65 mirror = FilterMirrorRepresentation.getNil(); in wipe()69 return rotation == FilterRotateRepresentation.getNil() && in isNil()70 straighten == FilterStraightenRepresentation.getNil() && in isNil()[all …]
55 this(getNil()); in FilterStraightenRepresentation()114 return mStraighten == getNil(); in isNil()117 public static float getNil() { in getNil() method in FilterStraightenRepresentation
82 this(getNil()); in FilterRotateRepresentation()146 return mRotation == getNil(); in isNil()149 public static Rotation getNil() { in getNil() method in FilterRotateRepresentation
86 this(getNil()); in FilterMirrorRepresentation()178 return mMirror == getNil(); in isNil()181 public static Mirror getNil() { in getNil() method in FilterMirrorRepresentation
35 RectF mCrop = getNil();148 public static RectF getNil() { in getNil() method in FilterCropRepresentation