Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java100 private final BipTransformation mTransformation; field in BipImageFormat
121 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()
DBipImageDescriptor.java115 mImageDescriptor.mTransformation = new BipTransformation(transformation); in setTransformation()
170 private BipTransformation mTransformation = null; field in BipImageDescriptor
208 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()