/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboardBuilderAutoOrderTests.java | 34 private static final int WIDTH = 10; field in MoreKeysKeyboardBuilderAutoOrderTests 37 private static final int KEYBOARD_WIDTH = WIDTH * 10; 38 private static final int XPOS_L0 = WIDTH * 0 + WIDTH / 2; 39 private static final int XPOS_L1 = WIDTH * 1 + WIDTH / 2; 40 private static final int XPOS_L2 = WIDTH * 2 + WIDTH / 2; 41 private static final int XPOS_L3 = WIDTH * 3 + WIDTH / 2; 42 private static final int XPOS_M0 = WIDTH * 4 + WIDTH / 2; 43 private static final int XPOS_M1 = WIDTH * 5 + WIDTH / 2; 44 private static final int XPOS_R3 = WIDTH * 6 + WIDTH / 2; 45 private static final int XPOS_R2 = WIDTH * 7 + WIDTH / 2; [all …]
|
D | MoreKeysKeyboardBuilderFixedOrderTests.java | 34 private static final int WIDTH = 10; field in MoreKeysKeyboardBuilderFixedOrderTests 37 private static final int KEYBOARD_WIDTH = WIDTH * 10; 38 private static final int XPOS_L0 = WIDTH * 0 + WIDTH / 2; 39 private static final int XPOS_L1 = WIDTH * 1 + WIDTH / 2; 40 private static final int XPOS_L2 = WIDTH * 2 + WIDTH / 2; 41 private static final int XPOS_L3 = WIDTH * 3 + WIDTH / 2; 42 private static final int XPOS_M0 = WIDTH * 4 + WIDTH / 2; 43 private static final int XPOS_M1 = WIDTH * 5 + WIDTH / 2; 44 private static final int XPOS_R3 = WIDTH * 6 + WIDTH / 2; 45 private static final int XPOS_R2 = WIDTH * 7 + WIDTH / 2; [all …]
|
D | MoreKeysKeyboardBuilderMaxOrderTests.java | 34 private static final int WIDTH = 10; field in MoreKeysKeyboardBuilderMaxOrderTests 37 private static final int KEYBOARD_WIDTH = WIDTH * 10; 38 private static final int XPOS_L0 = WIDTH * 0 + WIDTH / 2; 39 private static final int XPOS_L1 = WIDTH * 1 + WIDTH / 2; 40 private static final int XPOS_L2 = WIDTH * 2 + WIDTH / 2; 41 private static final int XPOS_L3 = WIDTH * 3 + WIDTH / 2; 42 private static final int XPOS_M0 = WIDTH * 4 + WIDTH / 2; 43 private static final int XPOS_M1 = WIDTH * 5 + WIDTH / 2; 44 private static final int XPOS_R3 = WIDTH * 6 + WIDTH / 2; 45 private static final int XPOS_R2 = WIDTH * 7 + WIDTH / 2; [all …]
|
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
D | BufferDebug.java | 31 public static final int WIDTH = HALF_WIDTH * 2; field in BufferDebug 67 int rows = len / WIDTH; in toHex() 69 writeRow(str, buf, row * WIDTH, WIDTH, max); in toHex() 73 if (len % WIDTH != 0) { in toHex() 74 writeRow(str, buf, rows * WIDTH, max - (rows * WIDTH), max); in toHex() 97 if (start + WIDTH > max) { in writeRow() 98 padding = WIDTH - (end % WIDTH); in writeRow()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | lib_pcl.h | 42 #define _START_PAGE(JOB_INFO, WIDTH, HEIGHT) \ argument 47 debug_ifc->debug_start_page(JOB_INFO->job_handle, JOB_INFO->page_number + 1, WIDTH, \
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | DatabaseHelper.java | 333 public static final String WIDTH = "width"; field in DatabaseHelper.PartColumns 352 + PartColumns.WIDTH + " INT DEFAULT(" 521 + PARTS_TABLE + '.' + PartColumns.WIDTH 522 + " as " + PartColumns.WIDTH + ", "
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoStoreTest.java | 143 new String[]{PhotoFiles.WIDTH, PhotoFiles.HEIGHT, PhotoFiles.FILESIZE}, in runStorageTestForResource() 164 new String[]{PhotoFiles.HEIGHT, PhotoFiles.WIDTH, PhotoFiles.FILESIZE}, in runStorageTestForResourceWithCrop()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | VideoDataQuery.java | 48 MediaStore.Video.VideoColumns.WIDTH, // 6, int
|
D | PhotoDataQuery.java | 53 MediaStore.Images.ImageColumns.WIDTH, // 7, int
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | MessagePartData.java | 78 PartColumns.WIDTH, 256 values.put(PartColumns.WIDTH, mWidth); in populate()
|
D | GalleryGridItemData.java | 41 MediaColumns.WIDTH,
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoSetLoader.java | 42 FileColumns.WIDTH,
|
D | PhotoDatabase.java | 45 { Photos.WIDTH, "INTEGER NOT NULL" },
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | UpdateMessagePartSizeAction.java | 68 values.put(PartColumns.WIDTH, width); in executeAction()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Storage.java | 79 values.put(ImageColumns.WIDTH, width); in addImage()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | TranscodeHelperImpl.java | 408 MediaColumns.WIDTH, MediaColumns.HEIGHT})) { in reportTranscodingResult() argument 957 MediaColumns.WIDTH, in onUriPublished() argument 1012 MediaColumns.WIDTH, in onFileOpen() 1090 MediaStore.MediaColumns.WIDTH, in getVideoTrackFormat()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PhotoStore.java | 207 values.put(PhotoFiles.WIDTH, width); in insert()
|
/packages/providers/MediaProvider/src/com/android/providers/media/scan/ |
D | ModernMediaScanner.java | 1034 op.withValue(MediaColumns.WIDTH, null); in withGenericValues() 1179 withOptionalValue(op, MediaColumns.WIDTH, width); in withResolutionValues() 1199 withOptionalValue(op, MediaColumns.WIDTH, width); in withBitmapResolutionValues() 1328 withOptionalValue(op, MediaColumns.WIDTH, in scanItemVideo()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/ |
D | ModernMediaScannerTest.java | 595 assertEquals(1280, cursor.getLong(cursor.getColumnIndex(MediaColumns.WIDTH))); in testScan_Common() 614 assertEquals(32, cursor.getLong(cursor.getColumnIndex(MediaColumns.WIDTH))); in testScan_Common() 939 cursor.getInt(cursor.getColumnIndex(MediaColumns.WIDTH))); in testScan_BitmapFile()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/ |
D | TestDataFactory.java | 99 Media.WIDTH,
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalImage.java | 96 PROJECTION[INDEX_WIDTH] = MediaColumns.WIDTH; in updateWidthAndHeightProjection()
|
/packages/providers/MediaProvider/apex/framework/api/ |
D | current.txt | 311 field @Deprecated public static final String WIDTH = "width"; 355 field public static final String WIDTH = "width"; 395 field @Deprecated public static final String WIDTH = "width";
|
/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
D | MediaStore.java | 1309 public static final String WIDTH = "width"; field 2671 public static final String WIDTH = "width"; field in MediaStore.Images.Thumbnails 3973 public static final String WIDTH = "width"; field in MediaStore.Video.Thumbnails
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 782 PhotoFiles.WIDTH, 787 int WIDTH = 1; field
|
D | AbstractContactAggregator.java | 1692 PhotoFiles.WIDTH, 1697 int WIDTH = 1; field 1739 c.getInt(PhotoFileQuery.HEIGHT) * c.getInt(PhotoFileQuery.WIDTH); in getPhotoMetadata()
|