Home
last modified time | relevance | path

Searched refs:onGetContentRect (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DActionModeCallback2Test.java39 callback.onGetContentRect(null, view, outRect); in testCallbackOnGetContentRectDefaultWithView()
50 callback.onGetContentRect(null, null, outRect); in testCallbackOnGetContentRectDefaultWithoutView()
DActionModeTest.java143 public void onGetContentRect(ActionMode mode, View view, Rect outRect) { in onGetContentRect() method in ActionModeTest.MockActionModeCallback2
145 super.onGetContentRect(mode, view, outRect); in onGetContentRect()