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

/frameworks/base/core/java/android/view/
H A DViewGroup.java7062 public boolean resolveRtlPropertiesIfNeeded() { method in class:ViewGroup
7063 final boolean result = super.resolveRtlPropertiesIfNeeded();
7070 child.resolveRtlPropertiesIfNeeded();
H A DView.java9640 resolveRtlPropertiesIfNeeded();
16884 public boolean resolveRtlPropertiesIfNeeded() { method in class:View
21993 resolveRtlPropertiesIfNeeded();

Completed in 85 milliseconds