Searched refs:ForceUpdateFlags (Results 1 – 3 of 3) sorted by relevance
37 enum class ForceUpdateFlags { enum45 ForceUpdateFlags forceUpdate = ForceUpdateFlags::NONE;
375 args.forceUpdate = ForceUpdateFlags::ALL; in LayerSnapshotBuilder()380 const bool forceUpdate = args.forceUpdate != ForceUpdateFlags::NONE; in tryFastUpdate()426 } else if (args.forceUpdate == ForceUpdateFlags::ALL || args.displayChanges) { in updateSnapshots()433 if (args.forceUpdate == ForceUpdateFlags::HIERARCHY) { in updateSnapshots()598 if (!mResortSnapshots && args.forceUpdate == ForceUpdateFlags::NONE && in sortSnapshotsByZ()673 if (args.forceUpdate == ForceUpdateFlags::ALL || in updateChildState()724 const bool forceUpdate = args.forceUpdate == ForceUpdateFlags::ALL || in updateSnapshot()865 args.forceUpdate == ForceUpdateFlags::ALL ? "Force " : "", in updateSnapshot()1128 if (args.forceUpdate != ForceUpdateFlags::ALL && in updateTouchableRegionCrop()1146 args.forceUpdate == ForceUpdateFlags::ALL || snapshot->changes.any(AFFECTS_INPUT); in updateTouchableRegionCrop()
8365 .forceUpdate = frontend::LayerSnapshotBuilder::ForceUpdateFlags::HIERARCHY, in getLayerSnapshotsForScreenshots()8399 .forceUpdate = frontend::LayerSnapshotBuilder::ForceUpdateFlags::HIERARCHY, in getLayerSnapshotsForScreenshots()