Home
last modified time | relevance | path

Searched refs:resolveLayoutDirection (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DChevronImageView.kt25 override fun resolveLayoutDirection(): Boolean {
27 return super.resolveLayoutDirection().also { resolved ->
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationBarView.java334 resolveLayoutDirection(); in reorient()
/aosp14/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1683 resolveLayoutDirection(layoutDirection); in getRules()
1709 public void resolveLayoutDirection(int layoutDirection) { in resolveLayoutDirection() method in LayoutParams
1715 super.resolveLayoutDirection(layoutDirection); in resolveLayoutDirection()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java971 resolveLayoutDirection(); in reorient()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java7859 public boolean resolveLayoutDirection() { in resolveLayoutDirection() method in ViewGroup
7860 final boolean result = super.resolveLayoutDirection(); in resolveLayoutDirection()
7866 child.resolveLayoutDirection(); in resolveLayoutDirection()
8395 public void resolveLayoutDirection(int layoutDirection) { in resolveLayoutDirection() method in ViewGroup.LayoutParams
8875 public void resolveLayoutDirection(int layoutDirection) { in resolveLayoutDirection() method in ViewGroup.MarginLayoutParams
H A DView.java19670 mLayoutParams.resolveLayoutDirection(getLayoutDirection()); in resolveLayoutParams()
21465 resolveLayoutDirection(); in resolveRtlPropertiesIfNeeded()
21602 public boolean resolveLayoutDirection() { in resolveLayoutDirection() method in View
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17748 HSPLandroid/view/View;->resolveLayoutDirection()Z
17964 HSPLandroid/view/ViewGroup$LayoutParams;->resolveLayoutDirection(I)V
17975 HSPLandroid/view/ViewGroup$MarginLayoutParams;->resolveLayoutDirection(I)V+]Landroid/view/ViewGroup…
18167 HSPLandroid/view/ViewGroup;->resolveLayoutDirection()Z
20541 HSPLandroid/widget/RelativeLayout$LayoutParams;->resolveLayoutDirection(I)V
/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/config/
H A Dboot-image-profile.txt17812 HSPLandroid/view/View;->resolveLayoutDirection()Z
18028 HSPLandroid/view/ViewGroup$LayoutParams;->resolveLayoutDirection(I)V
18039 HSPLandroid/view/ViewGroup$MarginLayoutParams;->resolveLayoutDirection(I)V+]Landroid/view/ViewGroup…
18231 HSPLandroid/view/ViewGroup;->resolveLayoutDirection()Z
20605 HSPLandroid/widget/RelativeLayout$LayoutParams;->resolveLayoutDirection(I)V
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63754 Landroid/view/View;->resolveLayoutDirection()Z
64240 Landroid/view/ViewGroup;->resolveLayoutDirection()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53220 method public void resolveLayoutDirection(int);