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

/frameworks/base/services/java/com/android/server/input/
H A DInputWindowHandle.java56 public int frameBottom; field in class:InputWindowHandle
/frameworks/base/services/input/
H A DInputWindow.cpp33 && y >= frameTop && y <= frameBottom;
H A DInputWindow.h123 int32_t frameBottom; member in struct:android::InputWindowInfo
H A DInputDispatcher.cpp3075 windowInfo->frameRight, windowInfo->frameBottom,
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp43 jfieldID frameBottom; member in struct:android::__anon1162
121 mInfo->frameBottom = env->GetIntField(obj,
122 gInputWindowHandleClassInfo.frameBottom);
259 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz,
260 "frameBottom", "I");
/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java90 mWindowHandle.frameBottom = dh;
H A DInputMonitor.java231 inputWindowHandle.frameBottom = frame.bottom;
H A DDragState.java129 mDragWindowHandle.frameBottom = mService.mCurDisplayHeight;

Completed in 105 milliseconds