Home | History | Annotate | Download | only in builder

Lines Matching full:mgesture

35     private Gesture mGesture;
54 if (mGesture != null) {
55 outState.putParcelable("gesture", mGesture);
63 mGesture = savedInstanceState.getParcelable("gesture");
64 if (mGesture != null) {
69 overlay.setGesture(mGesture);
79 if (mGesture != null) {
88 store.addGesture(name.toString(), mGesture);
113 mGesture = null;
120 mGesture = overlay.getGesture();
121 if (mGesture.getLength() < LENGTH_THRESHOLD) {