Home | History | Annotate | Download | only in browse

Lines Matching refs:detached

63      * Similar to singleton mode, but once enabled, detached mode is permanent for this adapter.
140 * Returns true if singleton mode or detached mode have been enabled, or if the current cursor
151 // In detached mode, the pager is decoupled from the cursor. Nothing should rely on the
260 final boolean detached = b.getBoolean(BUNDLE_DETACHED_MODE);
261 setDetachedMode(detached);
266 private void setDetachedMode(boolean detached) {
267 if (mDetachedMode == detached) {
270 mDetachedMode = detached;
307 // If we are in detached mode, changes to the cursor are of no interest to us, but they may
322 // enable detached mode and do no more here. the fragment itself will figure out
325 LogUtils.i(LOG_TAG, "CPA: current conv is gone, reverting to detached mode. c=%s",