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

/frameworks/base/core/java/android/view/
H A DFocusFinder.java29 public class FocusFinder { class
31 private static final ThreadLocal<FocusFinder> tlFocusFinder =
32 new ThreadLocal<FocusFinder>() {
34 protected FocusFinder initialValue() {
35 return new FocusFinder();
42 public static FocusFinder getInstance() {
54 private FocusFinder() {} method in class:FocusFinder

Completed in 145 milliseconds