Searched defs:LayerType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderProperties.h56 enum class LayerType { class in namespace:android::uirenderer
72 bool setType(LayerType type) {
126 LayerType type() const {
132 LayerType mType = LayerType::None;
187 return CC_LIKELY(effectiveLayerType() == LayerType::None) && functorsNeedLayer;
620 return mLayerProperties.mType == LayerType::None
628 LayerType effectiveLayerType() const {
629 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType;
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java185 private @interface LayerType {} interface in class:ViewCompat
2066 public static void setLayerType(View view, @LayerType int layerType, Paint paint) {
2089 @LayerType

Completed in 446 milliseconds