Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DDragLayout.java280 boolean shouldCaptureView(View view, int x, int y); in shouldCaptureView() method
319 if (!c.shouldCaptureView(view, x, y)) { in tryCaptureView()
DHistoryFragment.java233 public boolean shouldCaptureView(View view, int x, int y) { in shouldCaptureView() method in HistoryFragment
DCalculator.java1324 public boolean shouldCaptureView(View view, int x, int y) { in shouldCaptureView() method in Calculator