Searched refs:currentFocus (Results 1 – 1 of 1) sorted by relevance
624 UiObject2 currentFocus = notification.findObject( in findNotificationCard() local627 while (!currentFocus.equals(previousFocus)) { in findNotificationCard()628 if (currentFocus.hasObject(selector)) { in findNotificationCard()629 return currentFocus; // Found in findNotificationCard()632 previousFocus = currentFocus; in findNotificationCard()633 currentFocus = notification.findObject( in findNotificationCard()