Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DLayerState.cpp357 uint32_t tmpUint = 0; in read() local
358 SAFE_PARCEL(input.readUint32, &tmpUint); in read()
359 orientation = ui::toRotation(tmpUint); in read()