Searched refs:childTag (Results 1 – 1 of 1) sorted by relevance
93 Object childTag = parent.getChildAt(i).getTag(); in updateEditors() local94 if (childTag instanceof Runnable) { in updateEditors()95 ((Runnable) childTag).run(); in updateEditors()