Home
last modified time | relevance | path

Searched refs:parentSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DLayerTypeAndRenderTypeTransaction_test.cpp503 const uint32_t parentSize = size * 3; in TEST_P() local
506 ASSERT_NO_FATAL_FAILURE(parent = createLayer("parent", parentSize, parentSize)); in TEST_P()
507 ASSERT_NO_FATAL_FAILURE(fillLayerColor(parent, Color::RED, parentSize, parentSize)); in TEST_P()
535 shot->expectColor(Rect(parentSize / 2 - testLength / 2, parentSize / 2 - testLength / 2, in TEST_P()
536 parentSize / 2 + testLength / 2, parentSize / 2 + testLength / 2), in TEST_P()
547 const uint32_t parentSize = size * 3; in TEST_P() local
551 ASSERT_NO_FATAL_FAILURE(parent = createLayer("parent", parentSize, parentSize)); in TEST_P()
552 ASSERT_NO_FATAL_FAILURE(fillLayerColor(parent, Color::RED, parentSize, parentSize)); in TEST_P()
582 shot->expectColor(Rect(parentSize / 2 - testLength / 2, parentSize / 2 - testLength / 2, in TEST_P()
583 parentSize / 2 + testLength / 2, parentSize / 2 + testLength / 2), in TEST_P()
/frameworks/base/core/java/android/view/animation/
DAnimation.java1183 protected float resolveSize(int type, float value, int size, int parentSize) { in resolveSize() argument
1190 return parentSize * value; in resolveSize()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8622 public static int getChildMeasureSpec(int parentSize, int padding, int childDimension, in getChildMeasureSpec() argument
8624 int size = Math.max(0, parentSize - padding); in getChildMeasureSpec()
8665 public static int getChildMeasureSpec(int parentSize, int parentMode, int padding, in getChildMeasureSpec() argument
8667 int size = Math.max(0, parentSize - padding); in getChildMeasureSpec()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...