Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputWindow.cpp42 && y >= frameTop && y < frameBottom; in frameContainsPoint()
51 && frameTop < other->frameBottom && frameBottom > other->frameTop; in overlaps()
58 info.frameRight == frameRight && info.frameBottom == frameBottom && in operator ==()
93 parcel->writeInt32(frameBottom) ?: in writeToParcel()
149 parcel->readInt32(&frameBottom) ?: in readFromParcel()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java60 public int frameBottom; field in InputWindowHandle
136 .append(frameRight).append(",").append(frameBottom).append("]") in toString()
/frameworks/native/libs/input/tests/
DInputWindow_test.cpp53 i.frameBottom = 19; in TEST()
91 ASSERT_EQ(i.frameBottom, i2.frameBottom); in TEST()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp54 jfieldID frameBottom; member
130 mInfo.frameBottom = env->GetIntField(obj, in updateInfo()
131 gInputWindowHandleClassInfo.frameBottom); in updateInfo()
309 GET_FIELD_ID(gInputWindowHandleClassInfo.frameBottom, clazz, in register_android_view_InputWindowHandle()
/frameworks/base/services/core/java/com/android/server/wm/
DInputWindowHandleWrapper.java236 && mHandle.frameBottom == bottom) { in setFrame()
242 mHandle.frameBottom = bottom; in setFrame()
DTaskPositioner.java257 mDragWindowHandle.frameBottom = displayBounds.bottom; in register()
DDragState.java376 mDragWindowHandle.frameBottom = mDisplaySize.y; in InputInterceptor()
/frameworks/native/include/input/
DInputWindow.h150 int32_t frameBottom = -1; member
/frameworks/base/cmds/bootanimation/
DBootAnimation.h174 void fadeFrame(int frameLeft, int frameBottom, int frameWidth, int frameHeight,
DBootAnimation.cpp819 void BootAnimation::fadeFrame(const int frameLeft, const int frameBottom, const int frameWidth, in fadeFrame() argument
832 const float frameStartY = static_cast<float>(frameBottom); in fadeFrame()
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp143 inputInfo.frameBottom}, in writeToProto()
DLayer.cpp2200 info.frameBottom = 0; in fillInputFrameInfo()
2273 info.frameBottom = transformedLayerBounds.bottom; in fillInputFrameInfo()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp196 mInfo.frameBottom = mFrame.bottom; in updateInfo()
/frameworks/native/services/inputflinger/tests/
DInputFlingerService_test.cpp301 mInfo.frameBottom = TestInfoFrameBottom; in SetUp()
DInputDispatcher_test.cpp923 mInfo.frameBottom = HEIGHT; in FakeWindowHandle()
961 mInfo.frameBottom = frame.bottom; in setFrame()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2621 info->frameTop, info->frameRight, info->frameBottom, in dumpWindowForTouchOcclusion()
5035 windowInfo->frameRight, windowInfo->frameBottom, in dumpDispatchStateLocked()