Searched refs:interestingNotDrawn (Results 1 – 2 of 2) sorted by relevance
729 int interestingNotDrawn = -1; in restoreSavedSurfaceForInterestingWindows() local733 interestingNotDrawn = w.restoreSavedSurfaceForInterestingWindow(); in restoreSavedSurfaceForInterestingWindows()737 allDrawn = (interestingNotDrawn == 0); in restoreSavedSurfaceForInterestingWindows()746 + " interestingNotDrawn=" + interestingNotDrawn); in restoreSavedSurfaceForInterestingWindows()
2775 int interestingNotDrawn = -1; in restoreSavedSurfaceForInterestingWindow() local2780 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()