Home
last modified time | relevance | path

Searched refs:animating (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.h116 bool animating; member
119 LayerStackCache() : layer_count(0), animating(false), in_use(false) { } in LayerStackCache()
Dhwc_display.cpp576 layer_stack_.flags.animating = true; in PrePrepareLayerStack()
763 if (layer.composition == kCompositionGPUTarget && layer_stack_cache_.animating) { in PostCommitLayerStack()
776 layer_stack_cache_.animating = layer_stack_.flags.animating; in PostCommitLayerStack()
801 if (layer_stack_cache_.animating) { in NeedsFrameBufferRefresh()
802 if (!layer_stack_.flags.animating) { in NeedsFrameBufferRefresh()
868 if (layer_count > kMaxLayerCount || layer_stack_.flags.animating) { in CacheLayerStackInfo()
1476 layer_stack_cache_.animating = false; in ResetLayerCacheStack()
/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_stack.h190 uint32_t animating : 1; //!< This flag shall be set by client to indicate that the member