Home
last modified time | relevance | path

Searched refs:WIDTH (Results 1 – 25 of 28) sorted by relevance

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboardBuilderFixedOrderTests.java26 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 …]
DMoreKeysKeyboardBuilderMaxOrderTests.java26 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 …]
DMoreKeysKeyboardBuilderAutoOrderTests.java26 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/
DDatabaseHelper.java330 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/
Dlib_pcl.h42 #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/
DPhotoStoreTest.java143 new String[]{PhotoFiles.WIDTH, PhotoFiles.HEIGHT, PhotoFiles.FILESIZE}, in runStorageTestForResource()
164 new String[]{PhotoFiles.HEIGHT, PhotoFiles.WIDTH, PhotoFiles.FILESIZE}, in runStorageTestForResourceWithCrop()
DContactsDatabaseHelperUpgradeTest.java335 new TableColumn(PhotoFiles.WIDTH, INTEGER, true, null),
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessagePartData.java65 PartColumns.WIDTH,
243 values.put(PartColumns.WIDTH, mWidth); in populate()
DGalleryGridItemData.java38 Media.WIDTH,
DConversationMessageData.java718 + makeCaseWhenString(PartColumns.WIDTH, false,
/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java48 MediaStore.Video.VideoColumns.WIDTH, // 6, int
DPhotoDataQuery.java53 MediaStore.Images.ImageColumns.WIDTH, // 7, int
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoSetLoader.java42 FileColumns.WIDTH,
DPhotoDatabase.java45 { Photos.WIDTH, "INTEGER NOT NULL" },
DPhotoProvider.java102 public static final String WIDTH = "width"; field
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DUpdateMessagePartSizeAction.java68 values.put(PartColumns.WIDTH, width); in executeAction()
/packages/apps/LegacyCamera/src/com/android/camera/
DStorage.java79 values.put(ImageColumns.WIDTH, width); in addImage()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java206 values.put(PhotoFiles.WIDTH, width); in insert()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaThumbRequest.java123 values.put(Images.Thumbnails.WIDTH, thumbnail.getWidth());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java768 PhotoFiles.WIDTH,
773 int WIDTH = 1; field
DAbstractContactAggregator.java1685 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/
DTestDataFactory.java99 Media.WIDTH,
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalImage.java96 PROJECTION[INDEX_WIDTH] = MediaColumns.WIDTH; in updateWidthAndHeightProjection()
/packages/apps/Camera2/src/com/android/camera/
DStorage.java288 values.put(MediaColumns.WIDTH, width); in setImageSize()
DVideoModule.java1234 mCurrentVideoValues.put(Video.Media.WIDTH, mProfile.videoFrameWidth); in generateVideoFilename()
1253 int width = (Integer) mCurrentVideoValues.get(Video.Media.WIDTH); in logVideoCapture()

12