Searched refs:sCustomViewDelegate (Results 1 – 1 of 1) sorted by relevance
48 private static DoubleVisitor<CustomView, ViewStructure> sCustomViewDelegate; field in CustomViewActivity66 sCustomViewDelegate = delegate; in setCustomViewDelegate()79 if (sCustomViewDelegate != null) { in onCreate()82 (structure) -> sCustomViewDelegate.visit(mCustomView, structure)); in onCreate()