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

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java131 private int mCurrentPressState = 0; field in class:GridViewSpecial
536 mCurrentPressState |= TAPPING_FLAG;
540 mCurrentPressState &= ~TAPPING_FLAG;
573 mCurrentPressState &= ~CLICKING_FLAG;
604 mCurrentPressState |= CLICKING_FLAG;
641 mCurrentPressState &= ~CLICKING_FLAG;
705 if (mCurrentPressState != 0) {

Completed in 9 milliseconds