Home
last modified time | relevance | path

Searched refs:getParentSurfaceForPointers (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputManagerCallback.java256 public SurfaceControl getParentSurfaceForPointers(int displayId) { in getParentSurfaceForPointers() method in InputManagerCallback
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp143 jmethodID getParentSurfaceForPointers; member
459 sp<SurfaceControl> getParentSurfaceForPointers(ui::LogicalDisplayId displayId);
799 sp<SurfaceControl> NativeInputManager::getParentSurfaceForPointers(ui::LogicalDisplayId displayId) { in getParentSurfaceForPointers() function in android::NativeInputManager
802 env->CallLongMethod(mServiceObj, gServiceClassInfo.getParentSurfaceForPointers, in getParentSurfaceForPointers()
823 return getParentSurfaceForPointers(displayId); in ensureSpriteControllerLocked()
2983 GET_METHOD_ID(gServiceClassInfo.getParentSurfaceForPointers, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2619 private long getParentSurfaceForPointers(int displayId) { in getParentSurfaceForPointers() method in InputManagerService
2620 final SurfaceControl sc = mWindowManagerCallbacks.getParentSurfaceForPointers(displayId); in getParentSurfaceForPointers()
2809 SurfaceControl getParentSurfaceForPointers(int displayId); in getParentSurfaceForPointers() method