Searched defs:mCurrentFocus (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java541 WindowState mCurrentFocus = null; field in class:WindowManagerService
2628 mInputMonitor.setInputFocusLw(mCurrentFocus, false /*updateInputWindows*/);
2711 if (localLOGV || DEBUG_FOCUS || DEBUG_FOCUS_LIGHT && win==mCurrentFocus) Slog.v(
3342 //System.out.println("Relayout " + win + ": focus=" + mCurrentFocus);
7604 return mCurrentFocus;
7767 newFocus = mCurrentFocus;
8310 Slog.i(TAG, "Current focus: " + mCurrentFocus);
8352 if (mCurrentFocus != null && mCurrentFocus.mSession.mClient != null
8353 && mCurrentFocus
[all...]

Completed in 91 milliseconds