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

/frameworks/base/core/java/android/view/
H A DViewGroup.java7139 public boolean resolveTextAlignment() { method in class:ViewGroup
7140 final boolean result = super.resolveTextAlignment();
7146 child.resolveTextAlignment();
H A DView.java16965 resolveTextAlignment();
23995 resolveTextAlignment();
24040 public boolean resolveTextAlignment() { method in class:View

Completed in 267 milliseconds