Home
last modified time | relevance | path

Searched refs:viewUtil (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/view/
H A DViewUtilTest.kt34 private val viewUtil = ViewUtil() regex
57 assertThat(viewUtil.touchIsWithinView(view, VIEW_LEFT + 1f, VIEW_TOP + 1f)).isTrue()
62 assertThat(viewUtil.touchIsWithinView(
69 assertThat(viewUtil.touchIsWithinView(view, VIEW_RIGHT.toFloat(), VIEW_BOTTOM.toFloat()))
75 assertThat(viewUtil.touchIsWithinView(view, VIEW_LEFT - 1f, VIEW_TOP + 1f)).isFalse()
80 assertThat(viewUtil.touchIsWithinView(view, VIEW_RIGHT + 1f, VIEW_TOP + 1f)).isFalse()
85 assertThat(viewUtil.touchIsWithinView(view, VIEW_LEFT + 1f, VIEW_TOP - 1f)).isFalse()
90 assertThat(viewUtil.touchIsWithinView(view, VIEW_LEFT + 1f, VIEW_BOTTOM + 1f)).isFalse()
97 viewUtil.setRectToViewWindowLocation(view, outRect)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewController.kt61 private val viewUtil: ViewUtil,
146 return viewUtil.touchIsWithinView(mView, x, y)
249 private val viewUtil: ViewUtil,
273 viewUtil,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/receiver/
H A DFakeMediaTttChipControllerReceiver.kt48 viewUtil: ViewUtil,
67 viewUtil,
H A DMediaTttChipControllerReceiverTest.kt84 private lateinit var viewUtil: ViewUtil
139 viewUtil,
170 viewUtil,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewControllerTest.kt84 private lateinit var viewUtil: ViewUtil
223 viewUtil,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarCoordinator.kt94 private val viewUtil: ViewUtil,
334 viewUtil.setRectToViewWindowLocation(view, outRect)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
H A DMediaTttChipControllerReceiver.kt83 private val viewUtil: ViewUtil,
288 viewUtil.setRectToViewWindowLocation(view.getAppIconView(), outRect)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarCoordinatorTest.kt87 @Mock private lateinit var viewUtil: ViewUtil
129 viewUtil,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/sender/
H A DMediaTttSenderCoordinatorTest.kt101 @Mock private lateinit var viewUtil: ViewUtil
161 viewUtil,