Home
last modified time | relevance | path

Searched defs:setDestinationFrame (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DSurfaceControl.java4943 public Transaction setDestinationFrame(SurfaceControl sc, @NonNull Rect destinationFrame) { in setDestinationFrame() method in SurfaceControl.Transaction
4954 public Transaction setDestinationFrame(SurfaceControl sc, int width, int height) { in setDestinationFrame() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2205 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDestinationFrame( in setDestinationFrame() function in android::SurfaceComposerClient::Transaction