Searched refs:PipKeepClearAlgorithmInterface (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipKeepClearAlgorithmInterface.java | 27 public interface PipKeepClearAlgorithmInterface { interface
|
H A D | PipBoundsAlgorithm.java | 46 private final PipKeepClearAlgorithmInterface mPipKeepClearAlgorithm; 55 @NonNull PipKeepClearAlgorithmInterface pipKeepClearAlgorithm, in PipBoundsAlgorithm()
|
H A D | PhonePipKeepClearAlgorithm.java | 33 public class PhonePipKeepClearAlgorithm implements PipKeepClearAlgorithmInterface {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandlerTest.java | 43 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 105 final PipKeepClearAlgorithmInterface pipKeepClearAlgorithm = in setUp() 106 new PipKeepClearAlgorithmInterface() {}; in setUp()
|
H A D | PipTouchHandlerTest.java | 39 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 116 new PipKeepClearAlgorithmInterface() {}, mPipDisplayLayoutState, mSizeSpecSource); in setUp()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipBoundsAlgorithm.java | 41 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 69 new PipKeepClearAlgorithmInterface() {}, pipDisplayLayoutState, sizeSpecSource); in TvPipBoundsAlgorithm()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizerTest.java | 59 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 113 new PipSnapAlgorithm(), new PipKeepClearAlgorithmInterface() {}, in setUp()
|
H A D | PipBoundsAlgorithmTest.java | 39 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 82 new PipSnapAlgorithm(), new PipKeepClearAlgorithmInterface() {}, in setUp()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 82 import com.android.wm.shell.common.pip.PipKeepClearAlgorithmInterface; 135 private PipKeepClearAlgorithmInterface mPipKeepClearAlgorithm; 388 PipKeepClearAlgorithmInterface pipKeepClearAlgorithm, in create() 429 PipKeepClearAlgorithmInterface pipKeepClearAlgorithm, in PipController()
|