Searched refs:currentNode (Results 1 – 4 of 4) sorted by relevance
27 private static void recursivelyGather(ViewGroup currentNode, List<View> nodeList) { in recursivelyGather() argument28 nodeList.add(currentNode); in recursivelyGather()29 int count = currentNode.getChildCount(); in recursivelyGather()31 View view = currentNode.getChildAt(i); in recursivelyGather()
45 Entry<K, V> currentNode = mStart; in get() local46 while (currentNode != null) { in get()47 if (currentNode.mKey.equals(k)) { in get()50 currentNode = currentNode.mNext; in get()52 return currentNode; in get()
565 NavDestination currentNode = mBackStack.isEmpty() ? mGraph : mBackStack.peekLast(); in findDestination() local566 NavGraph currentGraph = currentNode instanceof NavGraph in findDestination()567 ? (NavGraph) currentNode in findDestination()568 : currentNode.getParent(); in findDestination()606 NavDestination currentNode = mBackStack.isEmpty() ? mGraph : mBackStack.peekLast(); in navigate() local607 if (currentNode == null) { in navigate()611 final NavAction navAction = currentNode.getAction(resId); in navigate()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...