HomeSort by relevance Sort by last modified time
    Searched refs:movingEdges (Results 1 - 5 of 5) sorted by null

  /packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java 194 int movingEdges = mMovingEdges;
195 if (movingEdges == MOVE_BLOCK) {
202 if ((movingEdges & MOVE_LEFT) != 0) {
205 if ((movingEdges & MOVE_TOP) != 0) {
208 if ((movingEdges & MOVE_RIGHT) != 0) {
212 if ((movingEdges & MOVE_BOTTOM) != 0) {
224 if (movingEdges == TOP_LEFT || movingEdges == BOTTOM_RIGHT) {
238 RectF newCrop = fixedCornerResize(crop, movingEdges, dx, dy);
242 if ((movingEdges & MOVE_LEFT) != 0)
    [all...]
CropView.java 273 private int decode(int movingEdges, float rotation) {
277 return bitCycleLeft(movingEdges, 1, 4);
279 return bitCycleLeft(movingEdges, 2, 4);
281 return bitCycleLeft(movingEdges, 3, 4);
283 return movingEdges;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 196 int movingEdges = mMovingEdges;
197 if (movingEdges == MOVE_BLOCK) {
204 if ((movingEdges & MOVE_LEFT) != 0) {
207 if ((movingEdges & MOVE_TOP) != 0) {
210 if ((movingEdges & MOVE_RIGHT) != 0) {
214 if ((movingEdges & MOVE_BOTTOM) != 0) {
226 if (movingEdges == TOP_LEFT || movingEdges == BOTTOM_RIGHT) {
240 RectF newCrop = fixedCornerResize(crop, movingEdges, dx, dy);
244 if ((movingEdges & MOVE_LEFT) != 0)
    [all...]
CropView.java 274 private int decode(int movingEdges, float rotation) {
278 return bitCycleLeft(movingEdges, 1, 4);
280 return bitCycleLeft(movingEdges, 2, 4);
282 return bitCycleLeft(movingEdges, 3, 4);
284 return movingEdges;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 216 private int decode(int movingEdges, float rotation) {
220 return bitCycleLeft(movingEdges, 1, 4);
222 return bitCycleLeft(movingEdges, 2, 4);
224 return bitCycleLeft(movingEdges, 3, 4);
226 return movingEdges;

Completed in 48 milliseconds