Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewActivity.java38 private int currentHeight = 0; field in Camera2SurfaceViewActivity
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAudioAttachmentView.java305 final int currentHeight = this.getHeight(); in onDraw() local
H A DAsyncImageView.java379 final int currentHeight = this.getHeight(); in onDraw() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRectFSpringAnim.java308 float currentHeight = Utilities.mapRange(mCurrentScaleProgress, mStartRect.height(), in onUpdate() local
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp365 uint32_t currentHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java572 float currentHeight = mScaler.getHeight(); in finishExpanding() local
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DDepthCompositeStream.cpp823 auto currentHeight = std::get<1>(it); in getMatchingDepthSize() local
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp763 uint32_t currentHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java171 final int currentHeight = getMoreSuggestionsHeight(); in setMoreSuggestionsHeight() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java522 int currentHeight = getView().getHeight(); in setQsExpansion() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java3005 int currentHeight = mAnimateDayEventHeight; in getAllDayEventAnimator() local
3028 int currentHeight = mAnimateDayHeight != 0 ? mAnimateDayHeight : mAlldayHeight; in getAllDayAnimator() local
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1713 final int currentHeight = mWindow.getWindow().getAttributes().height; in onConfigureWindow() local