Searched refs:dragHandle (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewActivityTest.java | 33 import static android.widget.espresso.TextViewActions.dragHandle; 418 .perform(dragHandle(textView, Handle.SELECTION_START, 0)); in testToolbarMenuItemClickAfterSelectionChange() 535 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testToolbarAndSelectionHandle() 558 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a'))); in testInsertionHandle() 562 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); in testInsertionHandle() 577 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); in testInsertionHandle_multiLine() 581 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('i'))); in testInsertionHandle_multiLine() 704 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_bidi() 722 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testSelectionHandles_bidi() 794 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle() [all …]
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMenuIconsAlgorithm.java | 45 public void bindViews(ViewGroup viewRoot, ViewGroup topEndContainer, View dragHandle, in bindViews() argument 49 mDragHandle = dragHandle; in bindViews()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewActions.java | 410 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { in dragHandle() method in TextViewActions 411 return dragHandle(textView, handleType, endIndex, true); in dragHandle() 429 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, in dragHandle() method in TextViewActions
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | AppWidgetResizeFrame.java | 189 View dragHandle = mDragHandles[i]; in onLayout() local 190 mSystemGestureExclusionRects.get(i).set(dragHandle.getLeft(), dragHandle.getTop(), in onLayout() 191 dragHandle.getRight(), dragHandle.getBottom()); in onLayout()
|
/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/ |
H A D | LocaleDragCell.java | 49 mDragHandle = (ImageView) findViewById(R.id.dragHandle); in onFinishInflate()
|