/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboardBuilderFixedOrderTests.java | 26 private static final int WIDTH = 10; field in MoreKeysKeyboardBuilderFixedOrderTests 29 private static final int KEYBOARD_WIDTH = WIDTH * 10; 30 private static final int XPOS_L0 = WIDTH * 0 + WIDTH / 2; 31 private static final int XPOS_L1 = WIDTH * 1 + WIDTH / 2; 32 private static final int XPOS_L2 = WIDTH * 2 + WIDTH / 2; 33 private static final int XPOS_L3 = WIDTH * 3 + WIDTH / 2; 34 private static final int XPOS_M0 = WIDTH * 4 + WIDTH / 2; 35 private static final int XPOS_M1 = WIDTH * 5 + WIDTH / 2; 36 private static final int XPOS_R3 = WIDTH * 6 + WIDTH / 2; 37 private static final int XPOS_R2 = WIDTH * 7 + WIDTH / 2; [all …]
|
D | MoreKeysKeyboardBuilderMaxOrderTests.java | 26 private static final int WIDTH = 10; field in MoreKeysKeyboardBuilderMaxOrderTests 29 private static final int KEYBOARD_WIDTH = WIDTH * 10; 30 private static final int XPOS_L0 = WIDTH * 0 + WIDTH / 2; 31 private static final int XPOS_L1 = WIDTH * 1 + WIDTH / 2; 32 private static final int XPOS_L2 = WIDTH * 2 + WIDTH / 2; 33 private static final int XPOS_L3 = WIDTH * 3 + WIDTH / 2; 34 private static final int XPOS_M0 = WIDTH * 4 + WIDTH / 2; 35 private static final int XPOS_M1 = WIDTH * 5 + WIDTH / 2; 36 private static final int XPOS_R3 = WIDTH * 6 + WIDTH / 2; 37 private static final int XPOS_R2 = WIDTH * 7 + WIDTH / 2; [all …]
|
D | MoreKeysKeyboardBuilderAutoOrderTests.java | 26 private static final int WIDTH = 10; field in MoreKeysKeyboardBuilderAutoOrderTests 29 private static final int KEYBOARD_WIDTH = WIDTH * 10; 30 private static final int XPOS_L0 = WIDTH * 0 + WIDTH / 2; 31 private static final int XPOS_L1 = WIDTH * 1 + WIDTH / 2; 32 private static final int XPOS_L2 = WIDTH * 2 + WIDTH / 2; 33 private static final int XPOS_L3 = WIDTH * 3 + WIDTH / 2; 34 private static final int XPOS_M0 = WIDTH * 4 + WIDTH / 2; 35 private static final int XPOS_M1 = WIDTH * 5 + WIDTH / 2; 36 private static final int XPOS_R3 = WIDTH * 6 + WIDTH / 2; 37 private static final int XPOS_R2 = WIDTH * 7 + WIDTH / 2; [all …]
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | DatabaseHelper.java | 330 public static final String WIDTH = "width"; field in DatabaseHelper.PartColumns 349 + PartColumns.WIDTH + " INT DEFAULT(" 518 + PARTS_TABLE + '.' + PartColumns.WIDTH 519 + " as " + PartColumns.WIDTH + ", "
|
/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/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()
|
D | ContactsDatabaseHelperUpgradeTest.java | 335 new TableColumn(PhotoFiles.WIDTH, INTEGER, true, null),
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | MessagePartData.java | 65 PartColumns.WIDTH, 243 values.put(PartColumns.WIDTH, mWidth); in populate()
|
D | GalleryGridItemData.java | 38 Media.WIDTH,
|
D | ConversationMessageData.java | 718 + makeCaseWhenString(PartColumns.WIDTH, false,
|
/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/Gallery2/src/com/android/photos/data/ |
D | PhotoSetLoader.java | 42 FileColumns.WIDTH,
|
D | PhotoDatabase.java | 45 { Photos.WIDTH, "INTEGER NOT NULL" },
|
D | PhotoProvider.java | 102 public static final String WIDTH = "width"; field
|
/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/ContactsProvider/src/com/android/providers/contacts/ |
D | PhotoStore.java | 206 values.put(PhotoFiles.WIDTH, width); in insert()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaThumbRequest.java | 123 values.put(Images.Thumbnails.WIDTH, thumbnail.getWidth());
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 768 PhotoFiles.WIDTH, 773 int WIDTH = 1; field
|
D | AbstractContactAggregator.java | 1685 PhotoFiles.WIDTH, 1690 int WIDTH = 1; field 1732 c.getInt(PhotoFileQuery.HEIGHT) * c.getInt(PhotoFileQuery.WIDTH); in getPhotoMetadata()
|
/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/apps/Camera2/src/com/android/camera/ |
D | Storage.java | 288 values.put(MediaColumns.WIDTH, width); in setImageSize()
|
D | VideoModule.java | 1234 mCurrentVideoValues.put(Video.Media.WIDTH, mProfile.videoFrameWidth); in generateVideoFilename() 1253 int width = (Integer) mCurrentVideoValues.get(Video.Media.WIDTH); in logVideoCapture()
|