Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationHandle.java30 public class NavigationHandle extends View implements ButtonInterface { class
32 public NavigationHandle(Context context) { in NavigationHandle() method in NavigationHandle
36 public NavigationHandle(Context context, AttributeSet attr) { in NavigationHandle() method in NavigationHandle
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationHandle.java34 public class NavigationHandle extends View implements ButtonInterface { class
43 public NavigationHandle(Context context) { in NavigationHandle() method in NavigationHandle
47 public NavigationHandle(Context context, AttributeSet attr) { in NavigationHandle() method in NavigationHandle
H A DQuickswitchOrientedNavHandle.java27 public class QuickswitchOrientedNavHandle extends NavigationHandle {