Searched refs:mExclusive (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java49 private boolean mExclusive = false; field in class:CloseableLock
134 mExclusive = false;
185 if (mExclusive && ownedLocks > 0) {
191 while (mExclusive) {
253 if (!mExclusive && ownedLocks > 0) {
264 while (ownedLocks == 0 && (mExclusive || mSharedLocks > 0)) {
276 mExclusive = true;
314 if (!mExclusive) {
325 if (ownedLocks == 0 && mExclusive) {
327 mExclusive
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java185 private boolean mExclusive; field in class:AutoScrollHelper
263 mExclusive = exclusive;
276 return mExclusive;
485 return mExclusive && mAnimating;
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java184 private boolean mExclusive; field in class:AutoScrollHelper
262 mExclusive = exclusive;
275 return mExclusive;
484 return mExclusive && mAnimating;

Completed in 228 milliseconds