Searched refs:CURSOR_UPDATE_MONITOR (Results 1 – 1 of 1) sorted by relevance
39 private static int CURSOR_UPDATE_MONITOR = 1 << 1; field in InputConnectionCompatUtils60 final int cursorUpdateMode = (enableMonitor ? CURSOR_UPDATE_MONITOR : 0) in requestCursorUpdates()