Searched refs:mIsWatching (Results 1 – 2 of 2) sorted by relevance
39 private boolean mIsWatching = false; field in RotationWatcher48 if (!mIsWatching) { in enable()52 mIsWatching = true; in enable()60 if (mIsWatching) { in disable()63 mIsWatching = false; in disable()
3654 private boolean mIsWatching;3663 if (!mIsWatching) {3668 mIsWatching = true;