Home
last modified time | relevance | path

Searched refs:touchableRegionBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/tracing/
DTransactionTraceTestSuite.cpp106 Rect touchableRegionBounds; member
111 lh.bufferHeight, lh.touchableRegionBounds) == in operator ==()
113 rh.bufferHeight, rh.touchableRegionBounds); in operator ==()
125 << info.touchableRegionBounds.left << "," << info.touchableRegionBounds.top << "," in PrintTo()
126 << info.touchableRegionBounds.right << "," << info.touchableRegionBounds.bottom << "}"; in PrintTo()
136 Rect touchableRegionBounds = Rect::INVALID_RECT; in getLayerInfoFromProto() local
144 touchableRegionBounds = touchableRegion.bounds(); in getLayerInfoFromProto()
156 touchableRegionBounds}; in getLayerInfoFromProto()
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.h65 const gui::WindowInfo& inputInfo, const wp<Layer>& touchableRegionBounds,
DLayerProtoHelper.cpp181 const WindowInfo& inputInfo, const wp<Layer>& touchableRegionBounds, in writeToProto() argument
211 auto cropLayer = touchableRegionBounds.promote(); in writeToProto()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java858 Rect touchableRegionBounds = mTempRect1; in onWindowTransition() local
860 mTempRegion1.getBounds(touchableRegionBounds); in onWindowTransition()
861 if (!magnifiedRegionBounds.intersect(touchableRegionBounds)) { in onWindowTransition()
863 touchableRegionBounds.left, in onWindowTransition()
864 touchableRegionBounds.top, in onWindowTransition()
865 touchableRegionBounds.right, in onWindowTransition()
866 touchableRegionBounds.bottom); in onWindowTransition()