Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewConfiguration.java339 private final boolean mConstructedWithContext; field in ViewConfiguration
386 mConstructedWithContext = false; in ViewConfiguration()
436 mConstructedWithContext = true; in ViewConfiguration()
1217 if (!mConstructedWithContext) { in getScaledMinimumScalingSpan()