HomeSort by relevance Sort by last modified time
    Searched refs:shutdownPending (Results 1 - 3 of 3) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/
ContextStorage.java 34 private volatile boolean shutdownPending = false;
133 public static boolean shutdownPending() {
134 return getCurrentContext().shutdownPending;
141 shutdownPending = true;
  /frameworks/base/awt/java/awt/
EventDispatchThread.java 38 protected volatile boolean shutdownPending = false;
56 while (!shutdownPending && (context == null || context.isModalLoopRunning())) {
108 shutdownPending = true;
Toolkit.java 322 if (ContextStorage.shutdownPending()) {
    [all...]

Completed in 382 milliseconds