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

/external/chromium_org/ash/wm/workspace/
H A Dsnap_types.h18 SNAP_NONE enumerator in enum:ash::SnapType
H A Dworkspace_window_resizer.h76 SNAP_NONE enumerator in enum:ash::internal::WorkspaceWindowResizer::SnapType
158 // Returns the SnapType for the specified point. SNAP_NONE is used if no
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DSnapScrollController.java17 private static final int SNAP_NONE = 0; field in class:SnapScrollController
23 private int mSnapScrollMode = SNAP_NONE;
47 mSnapScrollMode = SNAP_NONE;
54 mSnapScrollMode = SNAP_NONE;
70 mSnapScrollMode = SNAP_NONE;
78 // Scrolling mode will remain in SNAP_NONE for other conditions.
81 mSnapScrollMode == SNAP_NONE) {
126 mSnapScrollMode = SNAP_NONE;
147 return mSnapScrollMode != SNAP_NONE;

Completed in 94 milliseconds