Home
last modified time | relevance | path

Searched defs:epicenter (Results 1 – 7 of 7) 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/common/device-side/util/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.java417 final Rect epicenter = new Rect(5, 10, 15, 20); in testAccessEpicenterBounds() local
420 assertEquals(mPopupWindow.getEpicenterBounds(), epicenter); in testAccessEpicenterBounds() local
DPopupWindowTest.java1145 final Rect epicenter = new Rect(20, 50, 22, 80); in testEnterExitTransitionAsDropDownWithCustomBounds() local
1147 () -> mPopupWindow.showAsDropDown(anchorView, 0, 0), epicenter); in testEnterExitTransitionAsDropDownWithCustomBounds() local
1479 final Rect epicenter = new Rect(5, 10, 15, 20); in testAccessEpicenterBounds() local
1482 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()