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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java1127 private int mSnapScrollMode = SNAP_NONE;
1128 private static final int SNAP_NONE = 0; field in class:WebViewClassic
6036 if (mSnapScrollMode != SNAP_NONE) {
6040 mSnapScrollMode = SNAP_NONE;
6046 mSnapScrollMode = SNAP_NONE;
6060 if (mSnapScrollMode != SNAP_NONE) {
6310 mSnapScrollMode = SNAP_NONE;
6810 if (mSnapScrollMode != SNAP_NONE) {

Completed in 33 milliseconds