Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DLinearLayout.java234 private static boolean sCompatibilityDone = false; field in LinearLayout
256 if (!sCompatibilityDone && context != null) { in LinearLayout()
262 sCompatibilityDone = true; in LinearLayout()
/frameworks/base/core/java/android/view/
DViewRootImpl.java291 private static boolean sCompatibilityDone = false; field in ViewRootImpl
669 if (!sCompatibilityDone) { in ViewRootImpl()
672 sCompatibilityDone = true; in ViewRootImpl()
DView.java866 private static boolean sCompatibilityDone = false; field in View
5188 if (!sCompatibilityDone && context != null) { in View()
5245 sCompatibilityDone = true; in View()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78200 Landroid/view/View;->sCompatibilityDone:Z
79360 Landroid/view/ViewRootImpl;->sCompatibilityDone:Z
82513 Landroid/widget/LinearLayout;->sCompatibilityDone:Z