Package com.naver.ads.ui
Interface ViewDecorator.SuperDispatchDrawDispatcher
-
- All Implemented Interfaces:
public interface ViewDecorator.SuperDispatchDrawDispatcherThe dispatcher that calls the
dispatchDrawmethod of the given view.
-
-
Method Summary
Modifier and Type Method Description abstract UnitdispatchDraw(Canvas canvas)Calls super. -
-
Method Detail
-
dispatchDraw
abstract Unit dispatchDraw(Canvas canvas)
Calls super.dispatchDraw(canvas) on the given view
-
-
-
-