Searched defs:visibleFrameBottom (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputWindow.java50 public int visibleFrameBottom; field in class:InputWindow
/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

Completed in 139 milliseconds