Searched refs:currentFocus (Results 1 – 1 of 1) sorted by relevance
605 UiObject2 currentFocus = notification.findObject( in findNotificationCard() local608 while (!currentFocus.equals(previousFocus)) { in findNotificationCard()609 if (currentFocus.hasObject(selector)) { in findNotificationCard()610 return currentFocus; // Found in findNotificationCard()613 previousFocus = currentFocus; in findNotificationCard()614 currentFocus = notification.findObject( in findNotificationCard()