Searched defs:small (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dchar_utils.cpp30 unsigned short small; member in struct:latinime::LatinCapitalSmallPair
1064 return p ? static_cast<int>(p->small) : c;
/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsUtil.java60 public Size small; field in class:SettingsUtil.SelectedPictureSizes
80 return small;
92 return "SelectedPictureSizes: " + large + ", " + medium + ", " + small;
100 public int small = -1; field in class:SettingsUtil.SelectedVideoQualities
103 // Sanitize the value to be either small, medium or large. Default
114 return small;
126 private static final String SIZE_SMALL = "small";
131 /** The ideal "small" picture size is 25% of "large". */
155 * "medium, "small".
169 * Based on the selected size (large, medium or small), an
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java47 * one of three sizes - small (1x1), wide (2x1) and large (2x2). We have a number of predefined
63 * wide tile and C & D are both small tiles. A starts at (0,0) and ends at (1,1), B starts at
112 public static Tile small(final int startX, final int startY) { method in class:MultiAttachmentLayout.Tile
135 new Layout(new Tile[] { Tile.large(0, 0), Tile.wide(2, 0), Tile.small(2, 1), // 4+ items
136 Tile.small(3, 1) }),
147 new Layout(new Tile[] { Tile.large(2, 0), Tile.wide(0, 0), Tile.small(1, 1), // 4+ items
148 Tile.small(0, 1) }),

Completed in 111 milliseconds