Home
last modified time | relevance | path

Searched defs:handleView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerViewTest.kt310 val handleView = bubbleBarLayerView.findViewById<View>(R.id.bubble_bar_handle_view) in <lambda>() constant
336 val handleView = bubbleBarLayerView.findViewById<View>(R.id.bubble_bar_handle_view) in <lambda>() constant
362 val handleView = bubbleBarLayerView.findViewById<View>(R.id.bubble_bar_handle_view) in <lambda>() constant
397 val handleView = bubbleBarLayerView.findViewById<View>(R.id.bubble_bar_handle_view) in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarMenuViewController.java56 BubbleBarMenuViewController(Context context, BubbleBarHandleView handleView, in BubbleBarMenuViewController()
/frameworks/base/core/tests/coretests/src/android/widget/
DEditorCursorDragTest.java575 View handleView = editor.getInsertionController().getHandle(); in testCursorDrag_multiTouch() local
619 View handleView = editor.getInsertionController().getHandle(); in testCursorDrag_snapDistance() local
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java555 final HandleView handleView = (HandleView) view; in locateHandlePointsTextIndex() local