Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java397 final WindowState currentFocus = mService.mCurrentFocus; in updateWindowsLocked() local
398 if (currentFocus == null || currentFocus.mLayer < win.mLayer) { in updateWindowsLocked()
/frameworks/base/core/java/android/widget/
DListView.java2418 final View currentFocus = selectedView.findFocus(); in handleHorizontalFocusWithinListItem() local
2420 (ViewGroup) selectedView, currentFocus, direction); in handleHorizontalFocusWithinListItem()
2423 currentFocus.getFocusedRect(mTempRect); in handleHorizontalFocusWithinListItem()
2424 offsetDescendantRectToMyCoords(currentFocus, mTempRect); in handleHorizontalFocusWithinListItem()
2435 (ViewGroup) getRootView(), currentFocus, direction); in handleHorizontalFocusWithinListItem()