Searched refs:visibleFrameBottom (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputWindow.java50 public int visibleFrameBottom; field in class:InputWindow
H A DWindowManagerService.java5207 inputWindow.visibleFrameBottom = visibleFrame.bottom;
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp97 jfieldID visibleFrameBottom; member in struct:android::__anon715
735 jint visibleFrameBottom = env->GetIntField(windowObj, local
736 gInputWindowClassInfo.visibleFrameBottom);
776 outWindow.visibleFrameBottom = visibleFrameBottom;
1463 GET_FIELD_ID(gInputWindowClassInfo.visibleFrameBottom, gInputWindowClassInfo.clazz,
1464 "visibleFrameBottom", "I");
/frameworks/base/include/ui/
H A DInputDispatcher.h199 int32_t visibleFrameBottom; member in struct:android::InputWindow
/frameworks/base/libs/ui/
H A DInputDispatcher.cpp2714 window.visibleFrameRight, window.visibleFrameBottom,

Completed in 111 milliseconds