Home
last modified time | relevance | path

Searched defs:epicenter (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/transition/
DTrackingVisibility.java39 Rect epicenter = getEpicenter(); in onAppear() local
52 Rect epicenter = getEpicenter(); in onDisappear() local
DTrackingTransition.java68 Rect epicenter = getEpicenter(); in createAnimator() local
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java418 final Rect epicenter = new Rect(5, 10, 15, 20); in testAccessEpicenterBounds() local
421 assertEquals(mPopupWindow.getEpicenterBounds(), epicenter); in testAccessEpicenterBounds() local
DPopupWindowTest.java1191 final Rect epicenter = new Rect(20, 50, 22, 80); in testEnterExitTransitionAsDropDownWithCustomBounds() local
1193 () -> mPopupWindow.showAsDropDown(anchorView, 0, 0), epicenter); in testEnterExitTransitionAsDropDownWithCustomBounds() local
1525 final Rect epicenter = new Rect(5, 10, 15, 20); in testAccessEpicenterBounds() local
1528 assertEquals(mPopupWindow.getEpicenterBounds(), epicenter); in testAccessEpicenterBounds() local
/cts/tests/fragment/src/android/fragment/cts/
DFragmentTransitionTest.java834 private void verifyAndClearTransition(TargetTracking transition, Rect epicenter, in verifyAndClearTransition()