Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java63 private final int mMinHeight; field in BipPixel
99 mMinHeight = minHeight; in BipPixel()
163 mMinHeight = minHeight; in BipPixel()
181 return mMinHeight; in getMinHeight()
231 s = mMinWidth + "*" + mMinHeight + "-" + mMaxWidth + "*" + mMaxHeight; in toString()