Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInput.cpp84 static const int ALL_ROTATIONS_MASK = 0x7; in rotatePoint() local
85 const uint32_t orientation = (transform.getOrientation() & ALL_ROTATIONS_MASK); in rotatePoint()