Searched refs:ScreenshotView (Results 1 – 6 of 6) sorted by relevance
56 override val view: ScreenshotView =57 LayoutInflater.from(context).inflate(R.layout.screenshot, null) as ScreenshotView64 override var callbacks: ScreenshotView.ScreenshotViewCallback? = null
36 var callbacks: ScreenshotView.ScreenshotViewCallback?
104 public class ScreenshotView extends FrameLayout implements class118 private static final String TAG = logTag(ScreenshotView.class);183 public ScreenshotView(Context context) { in ScreenshotView() method in ScreenshotView187 public ScreenshotView(Context context, AttributeSet attrs) { in ScreenshotView() method in ScreenshotView191 public ScreenshotView(Context context, AttributeSet attrs, int defStyleAttr) { in ScreenshotView() method in ScreenshotView195 public ScreenshotView( in ScreenshotView() method in ScreenshotView398 Log.d(ScreenshotView.TAG, "dismiss triggered via swipe gesture"); in onFinishInflate()
140 duration = ScreenshotView.SCREENSHOT_ACTIONS_EXPANSION_DURATION_MS in <lambda>()
78 override var callbacks: ScreenshotView.ScreenshotViewCallback? = null in <lambda>()
559 mViewProxy.setCallbacks(new ScreenshotView.ScreenshotViewCallback() { in reloadAssets()