Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowAnimator.java285 final WindowState currentFocus = mService.mCurrentFocus; in updateWindowsLocked() local
286 if (currentFocus == null || currentFocus.mLayer < win.mLayer) { in updateWindowsLocked()
/frameworks/base/core/java/android/widget/
DListView.java2383 final View currentFocus = selectedView.findFocus(); in handleHorizontalFocusWithinListItem() local
2385 (ViewGroup) selectedView, currentFocus, direction); in handleHorizontalFocusWithinListItem()
2388 currentFocus.getFocusedRect(mTempRect); in handleHorizontalFocusWithinListItem()
2389 offsetDescendantRectToMyCoords(currentFocus, mTempRect); in handleHorizontalFocusWithinListItem()
2400 (ViewGroup) getRootView(), currentFocus, direction); in handleHorizontalFocusWithinListItem()