Searched defs:WIDTH (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DDivot.java27 static final float WIDTH = 6F; field in interface:Divot
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCropImage.java99 // Change these to Images.Media.WIDTH/HEIGHT after they are unhidden.
100 private static final String WIDTH = "width"; field in class:CropImage
398 values.put(WIDTH, cropped.getWidth());
437 values.put(WIDTH, cropped.getWidth());
470 values.put(WIDTH, cropped.getWidth());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboardBuilderTests.java24 private static final int WIDTH = 10; field in class:MoreKeysKeyboardBuilderTests
27 private static final int KEYBOARD_WIDTH = WIDTH * 10;
28 private static final int XPOS_L0 = WIDTH * 0 + WIDTH / 2;
29 private static final int XPOS_L1 = WIDTH * 1 + WIDTH / 2;
30 private static final int XPOS_L2 = WIDTH * 2 + WIDTH / 2;
31 private static final int XPOS_L3 = WIDTH * 3 + WIDTH /
[all...]
H A DMoreKeysKeyboardBuilderFixedOrderTests.java24 private static final int WIDTH = 10; field in class:MoreKeysKeyboardBuilderFixedOrderTests
27 private static final int KEYBOARD_WIDTH = WIDTH * 10;
28 private static final int XPOS_L0 = WIDTH * 0 + WIDTH / 2;
29 private static final int XPOS_L1 = WIDTH * 1 + WIDTH / 2;
30 private static final int XPOS_L2 = WIDTH * 2 + WIDTH / 2;
31 private static final int XPOS_L3 = WIDTH * 3 + WIDTH /
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java2092 PhotoFiles.WIDTH,
2097 int WIDTH = 1; field in interface:ContactAggregator.PhotoFileQuery
2139 c.getInt(PhotoFileQuery.HEIGHT) * c.getInt(PhotoFileQuery.WIDTH);

Completed in 165 milliseconds