/cts/common/device-side/util/src/com/android/compatibility/common/util/transition/ |
TrackingVisibility.java | 39 Rect epicenter = getEpicenter(); local 40 if (epicenter != null) { 41 mEpicenter[0] = new Rect(epicenter); 52 Rect epicenter = getEpicenter(); local 53 if (epicenter != null) { 54 mEpicenter[0] = new Rect(epicenter);
|
TrackingTransition.java | 68 Rect epicenter = getEpicenter(); local 69 if (epicenter != null) { 70 mEpicenter[0] = new Rect(epicenter);
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/transition/ |
TrackingVisibility.java | 39 Rect epicenter = getEpicenter(); local 40 if (epicenter != null) { 41 mEpicenter[0] = new Rect(epicenter); 52 Rect epicenter = getEpicenter(); local 53 if (epicenter != null) { 54 mEpicenter[0] = new Rect(epicenter);
|
TrackingTransition.java | 68 Rect epicenter = getEpicenter(); local 69 if (epicenter != null) { 70 mEpicenter[0] = new Rect(epicenter);
|
/cts/tests/fragment/src/android/fragment/cts/ |
FragmentTransitionTest.java | [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ListPopupWindowTest.java | 417 final Rect epicenter = new Rect(5, 10, 15, 20); local 419 mPopupWindow.setEpicenterBounds(epicenter); 420 assertEquals(mPopupWindow.getEpicenterBounds(), epicenter); local [all...] |
PopupWindowTest.java | 1145 final Rect epicenter = new Rect(20, 50, 22, 80); local 1479 final Rect epicenter = new Rect(5, 10, 15, 20); local 1482 assertEquals(mPopupWindow.getEpicenterBounds(), epicenter); local [all...] |