Searched refs:mTransformation (Results 1 – 2 of 2) sorted by relevance
87 private final BipTransformation mTransformation; field in BipImageFormat113 mTransformation = transformation; in BipImageFormat()128 mTransformation = new BipTransformation(transformation); in BipImageFormat()156 return mTransformation; in getTransformation()209 if (mTransformation != null && mTransformation.supportsAny()) { in toString()210 sb.append(" transformation=\"" + mTransformation.toString() + "\""); in toString()
112 mImageDescriptor.mTransformation = new BipTransformation(transformation); in setTransformation()158 private BipTransformation mTransformation = null; field in BipImageDescriptor190 mTransformation = in parse()230 return mTransformation; in getTransformation()294 if (mTransformation != null && mTransformation.supportsAny()) { in toString()295 xmlMsgElement.attribute(null, "transformation", mTransformation.toString()); in toString()