Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java134 ShellTaskOrganizer taskOrganizer, int parallaxType) { in SplitLayout() argument
146 mSurfaceEffectPolicy = new ResizingEffectPolicy(parallaxType); in SplitLayout()
921 ResizingEffectPolicy(int parallaxType) { in ResizingEffectPolicy() argument
922 mParallaxType = parallaxType; in ResizingEffectPolicy()