Home
last modified time | relevance | path

Searched refs:mTransformation (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java87 private final BipTransformation mTransformation; field in BipImageFormat
113 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()
DBipImageDescriptor.java112 mImageDescriptor.mTransformation = new BipTransformation(transformation); in setTransformation()
158 private BipTransformation mTransformation = null; field in BipImageDescriptor
190 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()