Searched defs:Rotation (Results 1 – 7 of 7) sorted by relevance
22 enum Rotation { enum
23 enum class Rotation { Rotation0 = 0, Rotation90 = 1, Rotation180 = 2, Rotation270 = 3 }; enum
131 message Rotation { message
426 message Rotation { message
168 public @interface Rotation {} annotation in Surface
750 bool /*useIdentityTransform*/, ui::Rotation, in captureScreen()