Home | History | Annotate | Download | only in shadows

Lines Matching defs:quit

44   boolean quit;
57 if (!shadowOf(looper).quit) {
58 looper.quit();
103 while (!quit) {
114 public void quit() {
115 if (realObject == Looper.getMainLooper()) throw new RuntimeException("Main thread not allowed to quit");
121 quit();
126 quit = true;
139 return quit;
285 if (!quit) {
303 if (!quit) {
349 quit = false;