Home
last modified time | relevance | path

Searched refs:ALIGN_PARENT_BOTTOM (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java150 public static final int ALIGN_PARENT_BOTTOM = 12; field in RelativeLayout
607 } else if (rules[ALIGN_PARENT_BOTTOM] != 0) { in onMeasure()
904 return rules[ALIGN_PARENT_BOTTOM] != 0; in positionChildVertical()
1021 if (0 != rules[ALIGN_PARENT_BOTTOM]) { in applyVerticalSizeRules()
1244 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1353 rules[ALIGN_PARENT_BOTTOM] = a.getBoolean(attr, false) ? TRUE : 0; in LayoutParams()
1849 mAlignParentBottomId, rules[ALIGN_PARENT_BOTTOM] == TRUE); in readProperties()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsTest.java665 rootParams.getRule(RelativeLayout.ALIGN_PARENT_BOTTOM)); in nestedViews_themesPropagateCorrectly()
676 inner1Params.getRule(RelativeLayout.ALIGN_PARENT_BOTTOM)); in nestedViews_themesPropagateCorrectly()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DViewHierarchyAnimatorTest.kt1541 .addRule(RelativeLayout.ALIGN_PARENT_BOTTOM)
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt59495 field public static final int ALIGN_PARENT_BOTTOM = 12; // 0xc