Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h361 uint8_t rotation_flip_hv = rotation & ui::Transform::ROT_180; in getDisplayRotation() local
363 rotation_flip_hv = (~rotation_flip_hv) & ui::Transform::ROT_180; in getDisplayRotation()
367 (rotation_rot_90 ^ hw_rot_90) | (rotation_flip_hv ^ hw_flip_hv)); in getDisplayRotation()