Home
last modified time | relevance | path

Searched refs:destinationWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt713 val destinationWidth = stableBounds.width() / 2 in <lambda>() constant
719 stableBounds.left + destinationWidth, in <lambda>()
725 stableBounds.right - destinationWidth, in <lambda>()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp814 float destinationWidth = static_cast<float>(destination.getWidth()); in handleRoundedCorners() local
841 vec4(destinationWidth / sourceWidth, destinationHeight / sourceHeight, 1, 1)); in handleRoundedCorners()