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 D | ViewUtilTest.kt | 34 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 D | PhoneStatusBarViewController.kt | 61 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 D | FakeMediaTttChipControllerReceiver.kt | 48 viewUtil: ViewUtil, 67 viewUtil,
|
H A D | MediaTttChipControllerReceiverTest.kt | 84 private lateinit var viewUtil: ViewUtil 139 viewUtil, 170 viewUtil,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarViewControllerTest.kt | 84 private lateinit var viewUtil: ViewUtil 223 viewUtil,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/ |
H A D | ChipbarCoordinator.kt | 94 private val viewUtil: ViewUtil, 334 viewUtil.setRectToViewWindowLocation(view, outRect)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/ |
H A D | MediaTttChipControllerReceiver.kt | 83 private val viewUtil: ViewUtil, 288 viewUtil.setRectToViewWindowLocation(view.getAppIconView(), outRect)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
H A D | ChipbarCoordinatorTest.kt | 87 @Mock private lateinit var viewUtil: ViewUtil 129 viewUtil,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/sender/ |
H A D | MediaTttSenderCoordinatorTest.kt | 101 @Mock private lateinit var viewUtil: ViewUtil 161 viewUtil,
|