Searched refs:mPlaneOrientation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DLayerBase.h224 int32_t getPlaneOrientation() const { return mPlaneOrientation; }
258 int32_t mPlaneOrientation; member in class:android::LayerBase
H A DLayerBase.cpp48 mPlaneOrientation(0),
260 mPlaneOrientation = planeTransform.getOrientation();

Completed in 37 milliseconds