/frameworks/native/libs/gui/ |
D | WindowInfo.cpp | 46 return x >= frameLeft && x < frameRight && y >= frameTop && y < frameBottom; in frameContainsPoint() 62 const bool nonEmpty = (frameRight - frameLeft > 0) || (frameBottom - frameTop > 0); in overlaps() 63 return nonEmpty && frameLeft < other->frameRight && frameRight > other->frameLeft && in overlaps() 70 info.frameTop == frameTop && info.frameRight == frameRight && in operator ==() 108 parcel->writeInt32(frameRight) ?: in writeToParcel() 160 parcel->readInt32(&frameRight) ?: in readFromParcel()
|
/frameworks/base/core/java/android/view/ |
D | InputWindowHandle.java | 108 public int frameRight; field in InputWindowHandle 189 frameRight = other.frameRight; in InputWindowHandle() 213 .append(frameRight).append(",").append(frameBottom).append("]") in toString()
|
/frameworks/native/libs/gui/tests/ |
D | WindowInfo_test.cpp | 57 i.frameRight = 16; in TEST() 90 ASSERT_EQ(i.frameRight, i2.frameRight); in TEST()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 62 jfieldID frameRight; member 135 mInfo.frameRight = env->GetIntField(obj, in updateInfo() 136 gInputWindowHandleClassInfo.frameRight); in updateInfo() 289 env->SetIntField(inputWindowHandle, gInputWindowHandleClassInfo.frameRight, in android_view_InputWindowHandle_fromWindowInfo() 290 windowInfo.frameRight); in android_view_InputWindowHandle_fromWindowInfo() 409 GET_FIELD_ID(gInputWindowHandleClassInfo.frameRight, clazz, in register_android_view_InputWindowHandle()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputWindowHandleWrapper.java | 231 if (mHandle.frameLeft == left && mHandle.frameTop == top && mHandle.frameRight == right in setFrame() 237 mHandle.frameRight = right; in setFrame()
|
D | AccessibilityWindowsPopulator.java | 166 != window.frameRight); in onWindowInfosChangedInternal() 698 inputWindowHandle.frameTop, inputWindowHandle.frameRight, in initializeData()
|
/frameworks/base/core/java/android/window/ |
D | WindowInfosListenerForTest.java | 164 var bounds = new Rect(handle.frameLeft, handle.frameTop, handle.frameRight, in buildWindowInfos()
|
/frameworks/native/libs/gui/include/gui/ |
D | WindowInfo.h | 199 int32_t frameRight = -1; member
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 192 mInfo.frameRight = mFrame.right; in updateInfo()
|
/frameworks/native/libs/gui/fuzzer/ |
D | libgui_surfaceComposerClient_fuzzer.cpp | 180 windowInfo->frameRight = mFdp.ConsumeIntegral<int32_t>(); in getWindowInfo()
|
/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.cpp | 188 LayerProtoHelper::writeToProto({inputInfo.frameLeft, inputInfo.frameTop, inputInfo.frameRight, in writeToProto()
|
D | Layer.cpp | 2358 info.frameRight = roundedFrameInDisplay.right; in fillInputFrameInfo()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshotBuilder.cpp | 184 info.frameRight = roundedFrameInDisplay.right; in fillInputFrameInfo()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 3034 info->frameTop, info->frameRight, info->frameBottom, in dumpWindowForTouchOcclusion() 5706 windowInfo->frameTop, windowInfo->frameRight, in dumpDispatchStateLocked()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 1158 mInfo.frameRight = WIDTH; in FakeWindowHandle() 1259 mInfo.frameRight = frame.right; in setFrame()
|