Home
last modified time | relevance | path

Searched refs:handleType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java214 public static ViewAction longPressAndDragHandle(TextView textView, Handle handleType, in longPressAndDragHandle() argument
220 new HandleCoordinates(textView, handleType, endIndex, true), in longPressAndDragHandle()
254 public static ViewAction doubleTapAndDragHandle(TextView textView, Handle handleType, in doubleTapAndDragHandle() argument
260 new HandleCoordinates(textView, handleType, endIndex, true), in doubleTapAndDragHandle()
410 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { in dragHandle() argument
411 return dragHandle(textView, handleType, endIndex, true); in dragHandle()
429 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, in dragHandle() argument
435 new HandleCoordinates(textView, handleType, endIndex, primary), in dragHandle()
525 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) { in HandleCoordinates() argument
527 mHandleType = handleType; in HandleCoordinates()
[all …]
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp502 importInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in dequeueNextBuffer()
639 getFdInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in swapBuffers()
709 importInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in fenceWait()
780 getFdInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in createReleaseFence()
H A DVulkanSurface.cpp252 externalImageFormatInfo.handleType = in InitializeWindowInfoStruct()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java6075 @HandleType int handleType) { in SelectionHandleView() argument
6077 mHandleType = handleType; in SelectionHandleView()