Searched refs:onGetContentRect (Results 1 – 2 of 2) sorted by relevance
39 callback.onGetContentRect(null, view, outRect); in testCallbackOnGetContentRectDefaultWithView()50 callback.onGetContentRect(null, null, outRect); in testCallbackOnGetContentRectDefaultWithoutView()
143 public void onGetContentRect(ActionMode mode, View view, Rect outRect) { in onGetContentRect() method in ActionModeTest.MockActionModeCallback2145 super.onGetContentRect(mode, view, outRect); in onGetContentRect()