Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DQuickswitchOrientedNavHandle.java27 public class QuickswitchOrientedNavHandle extends NavigationHandle { class
32 public QuickswitchOrientedNavHandle(Context context) { in QuickswitchOrientedNavHandle() method in QuickswitchOrientedNavHandle
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java126 import com.android.systemui.navigationbar.gestural.QuickswitchOrientedNavHandle;
281 private QuickswitchOrientedNavHandle mOrientationHandle;
917 mOrientationHandle = new QuickswitchOrientedNavHandle(mContext); in initSecondaryHomeHandleForRotation()