Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DLinearLayout.java234 private static boolean sCompatibilityDone = false; field in LinearLayout
256 if (!sCompatibilityDone && context != null) { in LinearLayout()
262 sCompatibilityDone = true; in LinearLayout()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java368 private static boolean sCompatibilityDone = false; field in ViewRootImpl
861 if (!sCompatibilityDone) { in ViewRootImpl()
864 sCompatibilityDone = true; in ViewRootImpl()
H A DView.java900 private static boolean sCompatibilityDone = false; field in View
5330 if (!sCompatibilityDone && context != null) { in View()
5387 sCompatibilityDone = true; in View()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67094 Landroid/view/View;->sCompatibilityDone:Z
68254 Landroid/view/ViewRootImpl;->sCompatibilityDone:Z
71407 Landroid/widget/LinearLayout;->sCompatibilityDone:Z