Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java44 import static com.android.server.wm.WindowManagerService.H.REPORT_LOSING_FOCUS;
880 mService.mH.sendEmptyMessage(REPORT_LOSING_FOCUS); in applySurfaceChangesTransaction()
DWindowManagerService.java7937 public static final int REPORT_LOSING_FOCUS = 3; field in WindowManagerService.H
8061 case REPORT_LOSING_FOCUS: { in handleMessage()