-
public interface GestureFinder.Controller
-
-
Method Summary
Modifier and Type Method Description abstract ContextgetContext()abstract intgetWidth()abstract intgetHeight()-
-
Method Detail
-
getContext
@NonNull() abstract Context getContext()
-
getWidth
abstract int getWidth()
-
getHeight
abstract int getHeight()
-
-
-
-