Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java52 public static final int PIXEL_MAX = 65535; field in BipPixel
98 throw new IllegalArgumentException("Dimension's must be in [0, " + PIXEL_MAX + "]"); in BipPixel()
162 throw new ParseException("Parsed dimensions must be in [0, " + PIXEL_MAX + "]"); in BipPixel()
211 return dimension < 0 || dimension > PIXEL_MAX; in isDimensionInvalid()