Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatEduController.java284 BubbleTextView tipTargetView = null; in showHotseatArrowTip() local
293 tipTargetView = (BubbleTextView) v; in showHotseatArrowTip()
298 if (tipTargetView == null) { in showHotseatArrowTip()
302 Rect bounds = Utilities.getViewBounds(tipTargetView); in showHotseatArrowTip()