Searched refs:frameBottom (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/input/
H A DInputWindow.cpp33 && y >= frameTop && y <= frameBottom;
H A DInputWindow.h125 int32_t frameBottom; member in struct:android::InputWindowInfo
H A DInputDispatcher.cpp3138 windowInfo->frameRight, windowInfo->frameBottom,
/frameworks/base/services/java/com/android/server/input/
H A DInputWindowHandle.java56 public int frameBottom; field in class:InputWindowHandle
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp43 jfieldID frameBottom; member in struct:android::__anon1141
122 mInfo->frameBottom = env->GetIntField(obj,
123 gInputWindowHandleClassInfo.frameBottom);
262 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz,
263 "frameBottom", "I");
/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java91 mWindowHandle.frameBottom = dh;
H A DDragState.java139 mDragWindowHandle.frameBottom = p.y;
H A DInputMonitor.java187 inputWindowHandle.frameBottom = frame.bottom;

Completed in 3695 milliseconds