Searched refs:mBlockers (Results 1 – 1 of 1) sorted by relevance
38 private final List<FocusEntry> mBlockers; field in FocusEntry48 mBlockers = new ArrayList<>(); in FocusEntry()62 return mBlockers.isEmpty(); in isUnblocked()66 mBlockers.add(blocker); in addBlocker()70 mBlockers.remove(blocker); in removeBlocker()