Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
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 …]
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V30.java169 handleType(property, paramValue); in handleParamWithoutName()
185 protected void handleType(VCardProperty property, final String paramValue) { in handleType() method in VCardParserImpl_V30
DVCardParserImpl_V21.java450 handleType(propertyData, paramValue);
473 handleType(propertyData, paramValue);
479 protected void handleType(VCardProperty propertyData, final String ptypeval) {
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp438 importInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in dequeueNextBuffer()
572 getFdInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in swapBuffers()
646 importInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in fenceWait()
717 getFdInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in createReleaseFence()
DVulkanSurface.cpp224 externalImageFormatInfo.handleType = in InitializeWindowInfoStruct()
/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc241 external_fence_info.handleType = handle_type; in VkJsonGetDevice()
262 external_semaphore_info.handleType = handle_type; in VkJsonGetDevice()
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1518 …_APIENTRYP PFNGLIMPORTMEMORYFDEXTPROC) (GLuint memory, GLuint64 size, GLenum handleType, GLint fd);
1520 GL_APICALL void GL_APIENTRY glImportMemoryFdEXT (GLuint memory, GLuint64 size, GLenum handleType, G…
1535 …NGLIMPORTMEMORYWIN32HANDLEEXTPROC) (GLuint memory, GLuint64 size, GLenum handleType, void *handle);
1536 …NGLIMPORTMEMORYWIN32NAMEEXTPROC) (GLuint memory, GLuint64 size, GLenum handleType, const void *nam…
1538 …ENTRY glImportMemoryWin32HandleEXT (GLuint memory, GLuint64 size, GLenum handleType, void *handle);
1539 …ENTRY glImportMemoryWin32NameEXT (GLuint memory, GLuint64 size, GLenum handleType, const void *nam…
1739 typedef void (GL_APIENTRYP PFNGLIMPORTSEMAPHOREFDEXTPROC) (GLuint semaphore, GLenum handleType, GLi…
1741 GL_APICALL void GL_APIENTRY glImportSemaphoreFdEXT (GLuint semaphore, GLenum handleType, GLint fd);
1749 …ENTRYP PFNGLIMPORTSEMAPHOREWIN32HANDLEEXTPROC) (GLuint semaphore, GLenum handleType, void *handle);
1750 …ENTRYP PFNGLIMPORTSEMAPHOREWIN32NAMEEXTPROC) (GLuint semaphore, GLenum handleType, const void *nam…
[all …]
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in514 void API_ENTRY(glImportMemoryFdEXT)(GLuint memory, GLuint64 size, GLenum handleType, GLint fd) {
515 CALL_GL_API(glImportMemoryFdEXT, memory, size, handleType, fd);
586 void API_ENTRY(glImportSemaphoreFdEXT)(GLuint semaphore, GLenum handleType, GLint fd) {
587 CALL_GL_API(glImportSemaphoreFdEXT, semaphore, handleType, fd);
/frameworks/native/opengl/libs/
Dentries.in496 GL_ENTRY(void, glImportMemoryFdEXT, GLuint memory, GLuint64 size, GLenum handleType, GLint fd)
497 GL_ENTRY(void, glImportSemaphoreFdEXT, GLuint semaphore, GLenum handleType, GLint fd)
/frameworks/base/core/java/android/widget/
DEditor.java5822 @HandleType int handleType) { in SelectionHandleView() argument
5824 mHandleType = handleType; in SelectionHandleView()