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

/frameworks/base/core/java/android/view/
H A DFocusFinder.java38 public class FocusFinder { class
40 private static final ThreadLocal<FocusFinder> tlFocusFinder =
41 new ThreadLocal<FocusFinder>() {
43 protected FocusFinder initialValue() {
44 return new FocusFinder();
51 public static FocusFinder getInstance() {
69 private FocusFinder() {} method in class:FocusFinder

Completed in 140 milliseconds