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

/frameworks/base/core/java/android/view/
H A DViewGroup.java5646 public boolean resolveTextAlignment() { method in class:ViewGroup
5647 final boolean result = super.resolveTextAlignment();
5653 child.resolveTextAlignment();
H A DView.java12134 resolveTextAlignment();
17866 resolveTextAlignment();
17910 public boolean resolveTextAlignment() { method in class:View

Completed in 295 milliseconds