Lines Matching refs:orientation
174 uint32_t DisplayDevice::displayStateOrientationToTransformOrientation(int orientation) { in displayStateOrientationToTransformOrientation() argument
175 switch (orientation) { in displayStateOrientationToTransformOrientation()
189 status_t DisplayDevice::orientationToTransfrom(int orientation, int w, int h, ui::Transform* tr) { in orientationToTransfrom() argument
190 uint32_t flags = displayStateOrientationToTransformOrientation(orientation); in orientationToTransfrom()
202 void DisplayDevice::setProjection(int orientation, in setProjection() argument
207 mOrientation = orientation; in setProjection()
214 DisplayDevice::orientationToTransfrom(orientation, w, h, &R); in setProjection()
257 (orientation + mDisplayInstallOrientation) % (DisplayState::eOrientation270 + 1), in setProjection()
278 sPrimaryDisplayOrientation = displayStateOrientationToTransformOrientation(orientation); in setProjection()
280 (orientation + mDisplayInstallOrientation) % (DisplayState::eOrientation270 + 1)); in setProjection()
282 transformOrientation = displayStateOrientationToTransformOrientation(orientation); in setProjection()