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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateView.java39 public static int BEGIN = 1; field in class:StateView
121 if (mType == BEGIN) {
182 if (mType != BEGIN) {
200 if (mType != BEGIN) {
210 if (mType == BEGIN) {
232 if (mType != BEGIN) {
256 if (mType == BEGIN) {
316 if (mType == BEGIN) {
325 if (mType != BEGIN && event.getActionMasked() == MotionEvent.ACTION_UP) {
339 if (mType != BEGIN
[all...]

Completed in 62 milliseconds