Home
last modified time | relevance | path

Searched defs:currentHeight (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewActivity.java38 private int currentHeight = 0; field in Camera2SurfaceViewActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt48 private var currentHeight: Int = 0 variable in com.android.systemui.util.animation.TransitionLayoutController
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp365 uint32_t currentHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java572 float currentHeight = mScaler.getHeight(); in finishExpanding() local
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp823 auto currentHeight = std::get<1>(it); in getMatchingDepthSize() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaViewController.kt115 var currentHeight: Int = 0 in <lambda>() variable in com.android.systemui.media.MediaViewController
/frameworks/native/libs/gui/
DGLConsumer.cpp763 uint32_t currentHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java500 int currentHeight = getView().getHeight(); in setQsExpansion() local
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1719 final int currentHeight = mWindow.getWindow().getAttributes().height; in onConfigureWindow() local