Home
last modified time | relevance | path

Searched defs:transformType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
DMediaHierarchyManagerTest.kt296 val transformType = mediaHierarchyManager.calculateTransformationType() in testTransformationOnLockScreenIsFading() constant
304 val transformType = mediaHierarchyManager.calculateTransformationType() in calculateTransformationType_notOnLockscreen_returnsTransition() constant
314 val transformType = mediaHierarchyManager.calculateTransformationType() in calculateTransformationType_onLockscreen_returnsTransition() constant
326 val transformType = mediaHierarchyManager.calculateTransformationType() in calculateTransformationType_onLockShade_inSplitShade_goingToFullShade_returnsTransition() constant
338 val transformType = mediaHierarchyManager.calculateTransformationType() in calculateTransformationType_onLockSplitShade_goingToFullShade_mediaInvisible_returnsFade() constant
350 val transformType = mediaHierarchyManager.calculateTransformationType() in calculateTransformationType_onLockShade_inSplitShade_notExpanding_returnsFade() constant
359 val transformType = mediaHierarchyManager.calculateTransformationType() in testTransformationOnLockScreenToQQSisFading() constant
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp134 const struct transformType { struct
137 } transformType[] = { argument
/frameworks/base/core/java/android/view/
DView.java23503 final int transformType = t.getTransformationType(); in setDisplayListProperties() local
23586 final int transformType = t.getTransformationType(); in draw() local