Searched refs:WIDTH (Results 1 - 25 of 27) sorted by relevance

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboardBuilderFixedOrderTests.java26 private static final int WIDTH = 10; field in class: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 /
[all...]
H A DMoreKeysKeyboardBuilderAutoOrderTests.java26 private static final int WIDTH = 10; field in class: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 /
[all...]
H A DMoreKeysKeyboardBuilderMaxOrderTests.java26 private static final int WIDTH = 10; field in class: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 /
[all...]
/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoDataQuery.java48 MediaStore.Video.VideoColumns.WIDTH, // 6, int
H A DPhotoDataQuery.java53 MediaStore.Images.ImageColumns.WIDTH, // 7, int
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoSetLoader.java42 FileColumns.WIDTH,
H A DPhotoDatabase.java45 { Photos.WIDTH, "INTEGER NOT NULL" },
H A DPhotoProvider.java102 public static final String WIDTH = "width"; field in interface:PhotoProvider.Photos
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DUpdateMessagePartSizeAction.java68 values.put(PartColumns.WIDTH, width);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DGalleryGridItemData.java38 Media.WIDTH,
H A DMessagePartData.java65 PartColumns.WIDTH,
243 values.put(PartColumns.WIDTH, mWidth);
H A DConversationMessageData.java718 + makeCaseWhenString(PartColumns.WIDTH, false,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoStoreTest.java143 new String[]{PhotoFiles.WIDTH, PhotoFiles.HEIGHT, PhotoFiles.FILESIZE},
164 new String[]{PhotoFiles.HEIGHT, PhotoFiles.WIDTH, PhotoFiles.FILESIZE},
/packages/apps/Camera/src/com/android/camera/
H A DStorage.java58 values.put(MediaColumns.WIDTH, width);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DStorage.java79 values.put(ImageColumns.WIDTH, width);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseHelper.java326 public static final String WIDTH = "width"; field in class:DatabaseHelper.PartColumns
345 + PartColumns.WIDTH + " INT DEFAULT("
514 + PARTS_TABLE + '.' + PartColumns.WIDTH
515 + " as " + PartColumns.WIDTH + ", "
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoStore.java206 values.put(PhotoFiles.WIDTH, width);
H A DContactsDatabaseHelper.java657 String CONCRETE_WIDTH = Tables.PHOTO_FILES + "." + PhotoFiles.WIDTH;
1301 PhotoFiles.WIDTH + " INTEGER NOT NULL, " +
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaThumbRequest.java123 values.put(Images.Thumbnails.WIDTH, thumbnail.getWidth());
/packages/apps/Camera2/src/com/android/camera/
H A DStorage.java288 values.put(MediaColumns.WIDTH, width);
H A DVideoModule.java1234 mCurrentVideoValues.put(Video.Media.WIDTH, mProfile.videoFrameWidth);
1253 int width = (Integer) mCurrentVideoValues.get(Video.Media.WIDTH);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalImage.java96 PROJECTION[INDEX_WIDTH] = MediaColumns.WIDTH;
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
H A DTestDataFactory.java99 Media.WIDTH,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1670 PhotoFiles.WIDTH,
1675 int WIDTH = 1; field in interface:AbstractContactAggregator.PhotoFileQuery
1717 c.getInt(PhotoFileQuery.HEIGHT) * c.getInt(PhotoFileQuery.WIDTH);
H A DContactAggregator2.java766 PhotoFiles.WIDTH,
771 int WIDTH = 1; field in interface:ContactAggregator2.PhotoFileQuery

Completed in 829 milliseconds

12