Searched refs:epicenter (Results 1 – 5 of 5) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/transition/ |
D | TrackingVisibility.java | 39 Rect epicenter = getEpicenter(); in onAppear() local 40 if (epicenter != null) { in onAppear() 41 mEpicenter[0] = new Rect(epicenter); in onAppear() 52 Rect epicenter = getEpicenter(); in onDisappear() local 53 if (epicenter != null) { in onDisappear() 54 mEpicenter[0] = new Rect(epicenter); in onDisappear()
|
D | TrackingTransition.java | 68 Rect epicenter = getEpicenter(); in createAnimator() local 69 if (epicenter != null) { in createAnimator() 70 mEpicenter[0] = new Rect(epicenter); in createAnimator()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ListPopupWindowTest.java | 418 final Rect epicenter = new Rect(5, 10, 15, 20); in testAccessEpicenterBounds() local 420 mPopupWindow.setEpicenterBounds(epicenter); in testAccessEpicenterBounds() 421 assertEquals(mPopupWindow.getEpicenterBounds(), epicenter); in testAccessEpicenterBounds() local
|
D | PopupWindowTest.java | 1191 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 1527 mPopupWindow.setEpicenterBounds(epicenter); in testAccessEpicenterBounds() 1528 assertEquals(mPopupWindow.getEpicenterBounds(), epicenter); in testAccessEpicenterBounds() local
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentTransitionTest.java | 834 private void verifyAndClearTransition(TargetTracking transition, Rect epicenter, in verifyAndClearTransition() argument 836 if (epicenter == null) { in verifyAndClearTransition() 839 assertEquals(epicenter, transition.getCapturedEpicenter()); in verifyAndClearTransition()
|