Searched refs:frameBottom (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InputWindowHandle.java | 109 public int frameBottom; field in InputWindowHandle 190 frameBottom = other.frameBottom; in InputWindowHandle() 213 .append(frameRight).append(",").append(frameBottom).append("]") in toString()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_input_InputWindowHandle.cpp | 63 jfieldID frameBottom; member 137 mInfo.frameBottom = env->GetIntField(obj, in updateInfo() 138 gInputWindowHandleClassInfo.frameBottom); in updateInfo() 291 env->SetIntField(inputWindowHandle, gInputWindowHandleClassInfo.frameBottom, in android_view_InputWindowHandle_fromWindowInfo() 292 windowInfo.frameBottom); in android_view_InputWindowHandle_fromWindowInfo() 412 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz, in register_android_view_InputWindowHandle()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputWindowHandleWrapper.java | 232 && mHandle.frameBottom == bottom) { in setFrame() 238 mHandle.frameBottom = bottom; in setFrame()
|
H A D | AccessibilityWindowsPopulator.java | 165 (window.frameBottom != window.frameTop) && (window.frameLeft in onWindowInfosChangedInternal() 699 inputWindowHandle.frameBottom); in initializeData()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | WindowInfosListenerForTest.java | 165 handle.frameBottom); in buildWindowInfos()
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.h | 189 void fadeFrame(int frameLeft, int frameBottom, int frameWidth, int frameHeight,
|