Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java47 public static BipImageFormat parseNative(String encoding, String pixel, String size) { in parseNative()
54 public static BipImageFormat parseVariant(String encoding, String pixel, String maxSize, in parseVariant()
63 public static BipImageFormat createNative(BipEncoding encoding, BipPixel pixel, int size) { in createNative()
70 public static BipImageFormat createVariant(BipEncoding encoding, BipPixel pixel, int maxSize, in createVariant()
116 private BipImageFormat(int type, BipEncoding encoding, BipPixel pixel, int size, int maxSize, in BipImageFormat()
126 private BipImageFormat(int type, String encoding, String pixel, String size, String maxSize, in BipImageFormat()
DBipImageProperties.java181 String pixel = xpp.getAttributeValue(null, "pixel"); in parse() local
186 String pixel = xpp.getAttributeValue(null, "pixel"); in parse() local
276 BipPixel pixel = format.getPixel(); in toString() local
293 BipPixel pixel = format.getPixel(); in toString() local
DBipPixel.java111 public BipPixel(String pixel) { in BipPixel()
201 private static int determinePixelType(String pixel) { in determinePixelType()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixelTest.java33 BipPixel pixel = new BipPixel(input); in testParse() local
43 BipPixel pixel = BipPixel.createFixed(width, height); in testFixed() local
54 BipPixel pixel = BipPixel.createResizableModified(minWidth, minHeight, maxWidth, maxHeight); in testResizableModified() local
66 BipPixel pixel = BipPixel.createResizableFixed(minWidth, maxWidth, maxHeight); in testResizableFixed() local
/packages/apps/TV/src/com/android/tv/guide/
DGuideUtils.java53 static long convertPixelToMillis(int pixel) { in convertPixelToMillis()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java309 private void translateContentLayoutByPixel(float pixel) { in translateContentLayoutByPixel()
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java909 public static int addPixel(int pixel, int newPixel, float weight) { in addPixel()