Searched refs:getBoundsOnScreen (Results 1 – 5 of 5) sorted by relevance
76 final Rect epicenter = getBoundsOnScreen(view); in setEpicenter()217 mEpicenter = getBoundsOnScreen(epicenterView.epicenter); in setSharedElementEpicenter()225 private static Rect getBoundsOnScreen(View view) { in getBoundsOnScreen() method in FragmentTransitionCompat21
1529 view.getBoundsOnScreen(epicenter); in setEpicenter()1547 state.enteringEpicenterView.getBoundsOnScreen(mEpicenter); in setSharedElementEpicenter()
331 view.getBoundsOnScreen(epicenter); in setEpicenter()
4979 getBoundsOnScreen(outRect); in getHotspotBounds()5561 public void getBoundsOnScreen(Rect outRect) { in getBoundsOnScreen() method in View5562 getBoundsOnScreen(outRect, false); in getBoundsOnScreen()5572 public void getBoundsOnScreen(Rect outRect, boolean clipToParent) { in getBoundsOnScreen() method in View5630 getBoundsOnScreen(bounds, true); in onInitializeAccessibilityNodeInfoInternal()
2706 host.getBoundsOnScreen(bounds, true); in getAccessibilityFocusedRect()