Searched refs:bitCycleLeft (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropView.java | 259 private int bitCycleLeft(int x, int times, int d) { in bitCycleLeft() method in CropView 278 return bitCycleLeft(movingEdges, 1, 4); in decode() 280 return bitCycleLeft(movingEdges, 2, 4); in decode() 282 return bitCycleLeft(movingEdges, 3, 4); in decode()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageCrop.java | 201 private int bitCycleLeft(int x, int times, int d) { in bitCycleLeft() method in ImageCrop 220 return bitCycleLeft(movingEdges, 1, 4); in decode() 222 return bitCycleLeft(movingEdges, 2, 4); in decode() 224 return bitCycleLeft(movingEdges, 3, 4); in decode()
|