Searched refs:small (Results 1 - 6 of 6) sorted by relevance

/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...]
H A DCameraSettingsActivity.java449 if (selectedQualities.small != selectedQualities.medium) {
450 entries.add(mCamcorderProfileNames[selectedQualities.small]);
/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) }),
/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/Launcher2/src/com/android/launcher2/
H A DWorkspace.java157 // State variable that indicates whether the pages are small (ie when you're
1384 boolean small = mState == State.SMALL || mIsSwitchingState;
1385 boolean enableChildrenLayers = force || small || mAnimatingViewIntoPlace || isPageMoving();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java182 // State variable that indicates whether the pages are small (ie when you're
1909 boolean small = mState == State.OVERVIEW || mIsSwitchingState;
1910 boolean enableChildrenLayers = force || small || mAnimatingViewIntoPlace || isPageMoving();

Completed in 102 milliseconds