Home
last modified time | relevance | path

Searched refs:getInputBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp118 std::pair<FloatRect, bool> getInputBounds(const LayerSnapshot& snapshot, bool fillParentBounds) { in getInputBounds() function
177 auto [inputBounds, inputBoundsValid] = getInputBounds(snapshot, /*fillParentBounds=*/false); in fillInputFrameInfo()
1123 FloatRect inputBounds = getInputBounds(snapshot, /*fillParentBounds=*/true).first; in updateInput()
1232 FloatRect inputBounds = getInputBounds(*snapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()
1237 getInputBounds(*cropLayerSnapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()
1245 getInputBounds(*cropLayerSnapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop()
/frameworks/native/services/surfaceflinger/
DLayer.cpp2368 auto [inputBounds, inputBoundsValid] = getInputBounds(/*fillParentBounds=*/false); in fillInputFrameInfo()
2506 FloatRect inputBounds = getInputBounds(/*fillParentBounds=*/true).first; in fillInputInfo()
2509 FloatRect inputBounds = cropLayer->getInputBounds(/*fillParentBounds=*/true).first; in fillInputInfo()
2515 FloatRect inputBounds = cropLayer->getInputBounds(/*fillParentBounds=*/true).first; in fillInputInfo()
3729 std::pair<FloatRect, bool> Layer::getInputBounds(bool fillParentBounds) const { in getInputBounds() function in android::Layer
DLayer.h1029 std::pair<FloatRect, bool> getInputBounds(bool fillParentBounds) const;