Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DWindowInfo.cpp198 int32_t lpFlags, lpType, touchOcclusionModeInt, inputConfigInt, ownerPidInt, ownerUidInt, in readFromParcel() local
217 parcel->readInt32(&inputConfigInt) ?: in readFromParcel()
236 inputConfig = ftl::Flags<InputConfig>(inputConfigInt); in readFromParcel()