Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java729 int interestingNotDrawn = -1; in restoreSavedSurfaceForInterestingWindows() local
733 interestingNotDrawn = w.restoreSavedSurfaceForInterestingWindow(); in restoreSavedSurfaceForInterestingWindows()
737 allDrawn = (interestingNotDrawn == 0); in restoreSavedSurfaceForInterestingWindows()
746 + " interestingNotDrawn=" + interestingNotDrawn); in restoreSavedSurfaceForInterestingWindows()
DWindowState.java2775 int interestingNotDrawn = -1; in restoreSavedSurfaceForInterestingWindow() local
2780 if (interestingNotDrawn == -1) { in restoreSavedSurfaceForInterestingWindow()
2781 interestingNotDrawn = childInterestingNotDrawn; in restoreSavedSurfaceForInterestingWindow()
2783 interestingNotDrawn += childInterestingNotDrawn; in restoreSavedSurfaceForInterestingWindow()
2792 return interestingNotDrawn; in restoreSavedSurfaceForInterestingWindow()
2798 if (interestingNotDrawn == -1) { in restoreSavedSurfaceForInterestingWindow()
2799 interestingNotDrawn = 1; in restoreSavedSurfaceForInterestingWindow()
2801 interestingNotDrawn++; in restoreSavedSurfaceForInterestingWindow()
2804 return interestingNotDrawn; in restoreSavedSurfaceForInterestingWindow()