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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java229 private static final int HOLD_DELETE = 4; field in class:PhotoView
287 return (mHolding & HOLD_DELETE) != 0;
354 // deleted, and HOLD_DELETE will be cancelled that time. In
356 // seconds, we will cancel HOLD_DELETE and make it bounce
377 mHolding &= ~HOLD_DELETE;
445 // If the deletion is done, make HOLD_DELETE persist for only the time
458 return (mHolding & HOLD_DELETE) != 0
1135 mHolding |= HOLD_DELETE;
1578 if ((mHolding & ~HOLD_DELETE) != 0) return;

Completed in 78 milliseconds