Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuIconsAlgorithm.java28 public class PipMenuIconsAlgorithm { class
38 protected PipMenuIconsAlgorithm(Context context) { in PipMenuIconsAlgorithm() method in PipMenuIconsAlgorithm
DPipMenuView.java151 protected PipMenuIconsAlgorithm mPipMenuIconsAlgorithm;
204 mPipMenuIconsAlgorithm = new PipMenuIconsAlgorithm(mContext); in PipMenuView()