Searched refs:withTouchableAtRight (Results 1 – 1 of 1) sorted by relevance
79 Function<View, Rect> withTouchableAtRight = (v) -> new Rect( in onCreate() local82 () -> withTouchableAtRight.apply(button))::run); in onCreate()