Home
last modified time | relevance | path

Searched refs:frameRight (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/libs/gui/
DWindowInfo.cpp46 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/
DInputWindowHandle.java108 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/
DWindowInfo_test.cpp57 i.frameRight = 16; in TEST()
90 ASSERT_EQ(i.frameRight, i2.frameRight); in TEST()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp62 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/
DInputWindowHandleWrapper.java231 if (mHandle.frameLeft == left && mHandle.frameTop == top && mHandle.frameRight == right in setFrame()
237 mHandle.frameRight = right; in setFrame()
DAccessibilityWindowsPopulator.java166 != window.frameRight); in onWindowInfosChangedInternal()
698 inputWindowHandle.frameTop, inputWindowHandle.frameRight, in initializeData()
/frameworks/base/core/java/android/window/
DWindowInfosListenerForTest.java164 var bounds = new Rect(handle.frameLeft, handle.frameTop, handle.frameRight, in buildWindowInfos()
/frameworks/native/libs/gui/include/gui/
DWindowInfo.h199 int32_t frameRight = -1; member
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp192 mInfo.frameRight = mFrame.right; in updateInfo()
/frameworks/native/libs/gui/fuzzer/
Dlibgui_surfaceComposerClient_fuzzer.cpp180 windowInfo->frameRight = mFdp.ConsumeIntegral<int32_t>(); in getWindowInfo()
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp188 LayerProtoHelper::writeToProto({inputInfo.frameLeft, inputInfo.frameTop, inputInfo.frameRight, in writeToProto()
DLayer.cpp2358 info.frameRight = roundedFrameInDisplay.right; in fillInputFrameInfo()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp184 info.frameRight = roundedFrameInDisplay.right; in fillInputFrameInfo()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3034 info->frameTop, info->frameRight, info->frameBottom, in dumpWindowForTouchOcclusion()
5706 windowInfo->frameTop, windowInfo->frameRight, in dumpDispatchStateLocked()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp1158 mInfo.frameRight = WIDTH; in FakeWindowHandle()
1259 mInfo.frameRight = frame.right; in setFrame()