Searched defs:resolveRtlPropertiesIfNeeded (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java7084 public boolean resolveRtlPropertiesIfNeeded() { method in class:ViewGroup
7085 final boolean result = super.resolveRtlPropertiesIfNeeded();
7092 child.resolveRtlPropertiesIfNeeded();
H A DView.java9682 resolveRtlPropertiesIfNeeded();
16952 public boolean resolveRtlPropertiesIfNeeded() { method in class:View
22066 resolveRtlPropertiesIfNeeded();

Completed in 119 milliseconds