Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomViewActivity.java48 private static DoubleVisitor<CustomView, ViewStructure> sCustomViewDelegate; field in CustomViewActivity
66 sCustomViewDelegate = delegate; in setCustomViewDelegate()
79 if (sCustomViewDelegate != null) { in onCreate()
82 (structure) -> sCustomViewDelegate.visit(mCustomView, structure)); in onCreate()