Searched refs:NearestTouchFrame (Results 1 – 7 of 7) sorted by relevance
41 public class NearestTouchFrame extends FrameLayout { class68 public NearestTouchFrame(Context context, AttributeSet attrs) { in NearestTouchFrame() method in NearestTouchFrame72 public NearestTouchFrame(Context context, AttributeSet attrs, Configuration c) { in NearestTouchFrame() method in NearestTouchFrame
32 navButtonsView: NearestTouchFrame,
36 navButtonsView: NearestTouchFrame,
60 navButtonsView: NearestTouchFrame, in getUiLayoutter()
31 private val mockParentButtonContainer: NearestTouchFrame = mock()
97 import com.android.launcher3.taskbar.navbutton.NearestTouchFrame;163 private final NearestTouchFrame mNavButtonsView;222 @Nullable Context navigationBarPanelContext, NearestTouchFrame navButtonsView) { in NavbarButtonsViewController()
111 import com.android.launcher3.taskbar.navbutton.NearestTouchFrame;235 NearestTouchFrame navButtonsView = mDragLayer.findViewById(R.id.navbuttons_view); in TaskbarActivityContext()