Searched refs:WindowId (Results 1 – 3 of 3) sorted by relevance
37 public class WindowId implements Parcelable { class52 WindowId token;65 WindowId token;77 final HashMap<IBinder, WindowId> mRegistrations78 = new HashMap<IBinder, WindowId>();85 onFocusGained((WindowId)msg.obj); in handleMessage()88 onFocusLost((WindowId)msg.obj); in handleMessage()109 public abstract void onFocusGained(WindowId token); in onFocusGained()114 public abstract void onFocusLost(WindowId token); in onFocusLost()167 if (otherObj instanceof WindowId) { in equals()[all …]
12507 public WindowId getWindowId() {12515 mAttachInfo.mWindowId = new WindowId(18741 WindowId mWindowId;
27672 method public android.view.WindowId getWindowId();28677 public class WindowId implements android.os.Parcelable {28680 method public void registerFocusObserver(android.view.WindowId.FocusObserver);28681 method public void unregisterFocusObserver(android.view.WindowId.FocusObserver);28686 public static abstract class WindowId.FocusObserver {28687 ctor public WindowId.FocusObserver();28688 method public abstract void onFocusGained(android.view.WindowId);28689 method public abstract void onFocusLost(android.view.WindowId);