Lines Matching refs:getValue
2013 if (mCompositionType.getValue() != Composition::Cursor) { in setCursorPosition()
2170 if (mCompositionType.getValue() == HWC2::Composition::SolidColor) { in dump()
2171 output << " " << colorString(mColor.getValue()); in dump()
2172 } else if (mCompositionType.getValue() == HWC2::Composition::Sideband) { in dump()
2173 output << " Handle: " << mSidebandStream.getValue() << '\n'; in dump()
2178 rectString(mDisplayFrame.getValue()) << '\n'; in dump()
2180 frectString(mSourceCrop.getValue()) << '\n'; in dump()
2181 output << fill << " Transform: " << to_string(mTransform.getValue()); in dump()
2182 output << " Blend mode: " << to_string(mBlendMode.getValue()); in dump()
2183 if (mPlaneAlpha.getValue() != 1.0f) { in dump()
2185 alphaString(mPlaneAlpha.getValue()) << '\n'; in dump()
2189 output << regionStrings(mVisibleRegion.getValue(), mSurfaceDamage); in dump()