Searched refs:frameBottom (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/libs/input/ |
D | InputWindow.cpp | 42 && 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/ |
D | InputWindowHandle.java | 60 public int frameBottom; field in InputWindowHandle 136 .append(frameRight).append(",").append(frameBottom).append("]") in toString()
|
/frameworks/native/libs/input/tests/ |
D | InputWindow_test.cpp | 53 i.frameBottom = 19; in TEST() 91 ASSERT_EQ(i.frameBottom, i2.frameBottom); in TEST()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 54 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/ |
D | InputWindowHandleWrapper.java | 236 && mHandle.frameBottom == bottom) { in setFrame() 242 mHandle.frameBottom = bottom; in setFrame()
|
D | TaskPositioner.java | 257 mDragWindowHandle.frameBottom = displayBounds.bottom; in register()
|
D | DragState.java | 376 mDragWindowHandle.frameBottom = mDisplaySize.y; in InputInterceptor()
|
/frameworks/native/include/input/ |
D | InputWindow.h | 150 int32_t frameBottom = -1; member
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 174 void fadeFrame(int frameLeft, int frameBottom, int frameWidth, int frameHeight,
|
D | BootAnimation.cpp | 819 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/ |
D | LayerProtoHelper.cpp | 143 inputInfo.frameBottom}, in writeToProto()
|
D | Layer.cpp | 2200 info.frameBottom = 0; in fillInputFrameInfo() 2273 info.frameBottom = transformedLayerBounds.bottom; in fillInputFrameInfo()
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 196 mInfo.frameBottom = mFrame.bottom; in updateInfo()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputFlingerService_test.cpp | 301 mInfo.frameBottom = TestInfoFrameBottom; in SetUp()
|
D | InputDispatcher_test.cpp | 923 mInfo.frameBottom = HEIGHT; in FakeWindowHandle() 961 mInfo.frameBottom = frame.bottom; in setFrame()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2621 info->frameTop, info->frameRight, info->frameBottom, in dumpWindowForTouchOcclusion() 5035 windowInfo->frameRight, windowInfo->frameBottom, in dumpDispatchStateLocked()
|