Home
last modified time | relevance | path

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

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboardBuilderAutoOrderTests.java34 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 …]
DMoreKeysKeyboardBuilderFixedOrderTests.java34 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 …]
DMoreKeysKeyboardBuilderMaxOrderTests.java34 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/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()
/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/Messaging/src/com/android/messaging/datamodel/data/
DMessagePartData.java78 PartColumns.WIDTH,
256 values.put(PartColumns.WIDTH, mWidth); in populate()
DGalleryGridItemData.java41 MediaColumns.WIDTH,
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DUpdateMessagePartSizeAction.java68 values.put(PartColumns.WIDTH, width); in executeAction()
/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/LegacyCamera/src/com/android/camera/
DStorage.java79 values.put(ImageColumns.WIDTH, width); in addImage()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java207 values.put(PhotoFiles.WIDTH, width); in insert()
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt301 field @Deprecated public static final String WIDTH = "width";
345 field public static final String WIDTH = "width";
385 field @Deprecated public static final String WIDTH = "width";
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DModernMediaScannerTest.java644 assertEquals(1280, cursor.getLong(cursor.getColumnIndex(MediaColumns.WIDTH))); in testScan_Common()
663 assertEquals(32, cursor.getLong(cursor.getColumnIndex(MediaColumns.WIDTH))); in testScan_Common()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java1143 public static final String WIDTH = "width"; field
2388 public static final String WIDTH = "width"; field in MediaStore.Images.Thumbnails
3654 public static final String WIDTH = "width"; field in MediaStore.Video.Thumbnails
/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java811 op.withValue(MediaColumns.WIDTH, null); in withGenericValues()
1055 withOptionalValue(op, MediaColumns.WIDTH, in scanItemVideo()
1094 withOptionalValue(op, MediaColumns.WIDTH, in scanItemImage()
/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/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java782 PhotoFiles.WIDTH,
787 int WIDTH = 1; field
DAbstractContactAggregator.java1692 PhotoFiles.WIDTH,
1697 int WIDTH = 1; field
1739 c.getInt(PhotoFileQuery.HEIGHT) * c.getInt(PhotoFileQuery.WIDTH); in getPhotoMetadata()
/packages/apps/Camera2/src/com/android/camera/
DStorage.java288 values.put(MediaColumns.WIDTH, width); in setImageSize()

12