Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/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.java192 String pixel = xpp.getAttributeValue(null, "pixel"); in parse() local
197 String pixel = xpp.getAttributeValue(null, "pixel"); in parse() local
321 BipPixel pixel = format.getPixel(); in toString() local
338 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/modules/Bluetooth/android/app/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
DBipImageFormatTest.java297 BipPixel pixel = BipPixel.createFixed(1280, 1024); in testEquals_withSameInfo() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/
DCoverArt.java152 BipPixel pixel = descriptor.getPixel(); in isDescriptorValid() local
188 BipPixel pixel = BipPixel.createFixed(200, 200); in getImageProperties() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DCoverArtTest.java111 BipPixel pixel = format.getPixel(); in containsThumbnailFormat() local
120 BipPixel pixel = format.getPixel(); in containsThumbnailFormat() 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.java914 public static int addPixel(int pixel, int newPixel, float weight) { in addPixel()