Home
last modified time | relevance | path

Searched refs:NearestTouchFrame (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DNearestTouchFrame.java41 public class NearestTouchFrame extends FrameLayout { class
68 public NearestTouchFrame(Context context, AttributeSet attrs) { in NearestTouchFrame() method in NearestTouchFrame
72 public NearestTouchFrame(Context context, AttributeSet attrs, Configuration c) { in NearestTouchFrame() method in NearestTouchFrame
DPhoneGestureLayoutter.kt32 navButtonsView: NearestTouchFrame,
DSetupNavLayoutter.kt36 navButtonsView: NearestTouchFrame,
DNavButtonLayoutFactory.kt60 navButtonsView: NearestTouchFrame, in getUiLayoutter()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/navbutton/
DNavButtonLayoutFactoryTest.kt31 private val mockParentButtonContainer: NearestTouchFrame = mock()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java97 import com.android.launcher3.taskbar.navbutton.NearestTouchFrame;
163 private final NearestTouchFrame mNavButtonsView;
222 @Nullable Context navigationBarPanelContext, NearestTouchFrame navButtonsView) { in NavbarButtonsViewController()
DTaskbarActivityContext.java111 import com.android.launcher3.taskbar.navbutton.NearestTouchFrame;
235 NearestTouchFrame navButtonsView = mDragLayer.findViewById(R.id.navbuttons_view); in TaskbarActivityContext()