Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_SetDisplayStateTest.cpp452 constexpr uint32_t initialHeight = 768; in TEST_F() local
463 display.mutableCurrentDisplayState().height = initialHeight; in TEST_F()
470 state.height = initialHeight; in TEST_F()
485 EXPECT_EQ(initialHeight, display.getCurrentDisplayState().height); in TEST_F()
526 constexpr uint32_t initialHeight = 0; in TEST_F() local
537 display.mutableCurrentDisplayState().height = initialHeight; in TEST_F()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DViewUtils.java59 final View target, int initialHeight, int targetHeight) { in createHeightAnimator() argument
60 ValueAnimator animator = ValueAnimator.ofInt(initialHeight, targetHeight); in createHeightAnimator()