Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java237 View currentFocus = getFocusedChild(); in onGlobalFocusChanged() local
238 if (currentFocus == null) { in onGlobalFocusChanged()
240 } else if ((newFocus == currentFocus || newFocus.getParent() == currentFocus) in onGlobalFocusChanged()