OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:move_right
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java
45
private static final int
MOVE_RIGHT
= 4;
123
movingEdges |=
MOVE_RIGHT
;
162
if ((movingEdges &
MOVE_RIGHT
) != 0) {
243
if (((movingEdges &
MOVE_RIGHT
) != 0) || notMoving) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java
67
private static final int
MOVE_RIGHT
= 4;
472
if ((mMovingEdges &
MOVE_RIGHT
) != 0) {
545
if (right) mMovingEdges |=
MOVE_RIGHT
;
562
(r.left + r.right) / 2) ?
MOVE_RIGHT
: MOVE_LEFT;
599
if ((mMovingEdges &
MOVE_RIGHT
) != 0 || notMoving) {
/external/wpa_supplicant_8/src/utils/
edit.c
82
static void
move_right
(void)
function
1033
move_right
();
Completed in 91 milliseconds