Searched refs:mLastConfigReportedToClient (Results 1 – 1 of 1) sorted by relevance
422 private boolean mLastConfigReportedToClient; field in WindowState2308 return mLastConfigReportedToClient; in isLastConfigReportedToClient()2319 mLastConfigReportedToClient = false; in onConfigurationChanged()3698 mLastConfigReportedToClient = true; in fillClientWindowFramesAndConfiguration()4324 if (dc != null && ((mIsWallpaper && !mLastConfigReportedToClient) || hasWallpaper())) { in requestUpdateWallpaperIfNeeded()5668 return mSyncState != SYNC_STATE_NONE && !mLastConfigReportedToClient; in shouldUpdateSyncOnReparent()5724 if (mSyncState == SYNC_STATE_WAITING_FOR_DRAW && mLastConfigReportedToClient && isDrawn()) { in isSyncFinished()