Searched refs:IGNORE_INVISIBLE (Results 1 – 1 of 1) sorted by relevance
62 private static final boolean IGNORE_INVISIBLE = false; field in UiDumpUtils238 if (IGNORE_INVISIBLE && !node.isVisibleToUser()) return false; in appendNode()