HomeSort by relevance Sort by last modified time
    Searched defs:scanState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSPanel.java 340 r.scanState = state;
342 fireScanStateChanged(r.scanState);
447 final boolean scanState = mDetailRecord instanceof TileRecord
448 && ((TileRecord) mDetailRecord).scanState;
449 fireScanStateChanged(scanState);
534 public boolean scanState;
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 351 * stack state holds the value of the "scanState" field of the
379 * WorkQueue field scanState is used by both workers and the pool
382 * its scanState field is set, and is prevented from executing
384 * races. Note that scanState updates lag queue CAS releases so
386 * scanState must hold its pool index. So we place the index there
552 * field WorkQueue.scanState, which eliminates most false
    [all...]

Completed in 3937 milliseconds