Home
last modified time | relevance | path

Searched refs:frameBottom (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DInputWindowHandle.java109 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 Dandroid_hardware_input_InputWindowHandle.cpp63 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 DInputWindowHandleWrapper.java232 && mHandle.frameBottom == bottom) { in setFrame()
238 mHandle.frameBottom = bottom; in setFrame()
H A DAccessibilityWindowsPopulator.java165 (window.frameBottom != window.frameTop) && (window.frameLeft in onWindowInfosChangedInternal()
699 inputWindowHandle.frameBottom); in initializeData()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowInfosListenerForTest.java165 handle.frameBottom); in buildWindowInfos()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h189 void fadeFrame(int frameLeft, int frameBottom, int frameWidth, int frameHeight,