Searched refs:mTransformation (Results 1 – 2 of 2) sorted by relevance
100 private final BipTransformation mTransformation; field in BipImageFormat121 mTransformation = transformation; in BipImageFormat()131 mTransformation = new BipTransformation(transformation); in BipImageFormat()159 return mTransformation; in getTransformation()208 if (mTransformation != null && mTransformation.supportsAny()) { in toString()209 sb.append(" transformation=\"" + mTransformation.toString() + "\""); in toString()
115 mImageDescriptor.mTransformation = new BipTransformation(transformation); in setTransformation()170 private BipTransformation mTransformation = null; field in BipImageDescriptor208 mTransformation = new BipTransformation( in parse()247 return mTransformation; in getTransformation()309 if (mTransformation != null && mTransformation.supportsAny()) { in toString()310 xmlMsgElement.attribute(null, "transformation", mTransformation.toString()); in toString()