Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/
DPhoneStartingWindowTypeAlgorithm.java46 public class PhoneStartingWindowTypeAlgorithm implements StartingWindowTypeAlgorithm { class
47 private static final String TAG = PhoneStartingWindowTypeAlgorithm.class.getSimpleName();
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShellModule.java58 import com.android.wm.shell.startingsurface.phone.PhoneStartingWindowTypeAlgorithm;
242 return new PhoneStartingWindowTypeAlgorithm(); in provideStartingWindowTypeAlgorithm()