Lines Matching refs:blockers
1392 * divide them into three distinct groups: blockers of this dialog,
1399 IdentityArrayList<Dialog> blockers = new IdentityArrayList<Dialog>();
1407 blockers.add(d);
1412 // add all blockers' blockers to blockers :)
1413 for (int i = 0; i < blockers.size(); i++) {
1414 Dialog blocker = blockers.get(i);
1417 if (!blockers.contains(blockerBlocker)) {
1418 blockers.add(i + 1, blockerBlocker);
1423 if (blockers.size() > 0) {
1424 blockers.get(0).blockWindow(this);
1427 // find all windows from blockers' hierarchies
1428 IdentityArrayList<Window> blockersHierarchies = new IdentityArrayList<Window>(blockers);
1440 // block all windows from scope of blocking except from blockers' hierarchies
1512 // of this dialog's blockers