Home
last modified time | relevance | path

Searched defs:currentWidth (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewActivity.java37 private int currentWidth = 0; field in Camera2SurfaceViewActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt49 private var currentWidth: Int = 0 variable in com.android.systemui.util.animation.TransitionLayoutController
/frameworks/base/core/java/com/android/internal/graphics/palette/
DColorCutQuantizer.java493 private static int modifyWordWidth(int value, int currentWidth, int targetWidth) { in modifyWordWidth()
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp364 uint32_t currentWidth = static_cast<uint32_t>(crop.width()); in scaleDownCrop() local
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp822 auto currentWidth = std::get<0>(it); in getMatchingDepthSize() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaViewController.kt110 var currentWidth: Int = 0 in <lambda>() variable in com.android.systemui.media.MediaViewController
/frameworks/native/libs/gui/
DGLConsumer.cpp762 uint32_t currentWidth = static_cast<uint32_t>(crop.width()); in scaleDownCrop() local