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

/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java56 public int frameBottom; field in class:InputWindowHandle
/frameworks/native/services/inputflinger/
H A DInputWindow.cpp40 && y >= frameTop && y <= frameBottom;
H A DInputWindow.h122 int32_t frameBottom; member in struct:android::InputWindowInfo
H A DInputDispatcher.cpp3153 windowInfo->frameRight, windowInfo->frameBottom,
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp44 jfieldID frameBottom; member in struct:android::__anon1007
125 mInfo->frameBottom = env->GetIntField(obj,
126 gInputWindowHandleClassInfo.frameBottom);
266 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz,
267 "frameBottom", "I");
/frameworks/base/services/core/java/com/android/server/wm/
H A DFakeWindowImpl.java89 mWindowHandle.frameBottom = dh;
H A DDragState.java139 mDragWindowHandle.frameBottom = p.y;
H A DInputMonitor.java203 inputWindowHandle.frameBottom = frame.bottom;

Completed in 69 milliseconds