Home
last modified time | relevance | path

Searched refs:childTag (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DEditors.java93 Object childTag = parent.getChildAt(i).getTag(); in updateEditors() local
94 if (childTag instanceof Runnable) { in updateEditors()
95 ((Runnable) childTag).run(); in updateEditors()