Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DWindowInfo.cpp150 int32_t lpFlags, lpType, touchOcclusionModeInt, inputConfigInt; in readFromParcel() local
155 parcel->readInt32(&lpType) ?: in readFromParcel()
188 layoutParamsType = static_cast<Type>(lpType); in readFromParcel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DSideFpsControllerTest.kt751 val lpType = overlayViewParamsCaptor.value.type in testLayoutParams_isKeyguardDialogType() constant
753 assertThat((lpType and TYPE_KEYGUARD_DIALOG) != 0).isTrue() in testLayoutParams_isKeyguardDialogType()