Searched refs:WindowId (Results 1 – 9 of 9) 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 …]
17284 public WindowId getWindowId() {17292 mAttachInfo.mWindowId = new WindowId(25142 WindowId mWindowId;
21 import android.view.WindowId;26 private final WindowId mWindowId;
39 import android.view.WindowId;1681 WindowId windowId = sceneRoot.getWindowId(); in pause()1714 WindowId windowId = sceneRoot.getWindowId(); in resume()1747 WindowId windowId = sceneRoot.getWindowId(); in playTransition()1954 WindowId windowId = sceneRoot.getWindowId(); in forceToEnd()2358 WindowId windowId;2362 WindowId windowId, TransitionValues values) { in AnimationInfo()
177 final WindowId mWindowId;594 mWindowId = new WindowId(this); in WindowState()4454 private static final class WindowId extends IWindowId.Stub { class in WindowState4457 private WindowId(WindowState outer) { in WindowId() method in WindowState.WindowId
4605 android.view.WindowId4606 android.view.WindowId$1
33486 method public android.view.WindowId getWindowId();34617 public class WindowId implements android.os.Parcelable {34620 method public void registerFocusObserver(android.view.WindowId.FocusObserver);34621 method public void unregisterFocusObserver(android.view.WindowId.FocusObserver);34623 field public static final android.os.Parcelable.Creator<android.view.WindowId> CREATOR;34626 public static abstract class WindowId.FocusObserver {34627 ctor public WindowId.FocusObserver();34628 method public abstract void onFocusGained(android.view.WindowId);34629 method public abstract void onFocusLost(android.view.WindowId);
45335 method public android.view.WindowId getWindowId();46670 public class WindowId implements android.os.Parcelable {46673 method public void registerFocusObserver(android.view.WindowId.FocusObserver);46674 method public void unregisterFocusObserver(android.view.WindowId.FocusObserver);46676 field public static final android.os.Parcelable.Creator<android.view.WindowId> CREATOR;46679 public static abstract class WindowId.FocusObserver {46680 ctor public WindowId.FocusObserver();46681 method public abstract void onFocusGained(android.view.WindowId);46682 method public abstract void onFocusLost(android.view.WindowId);
48874 method public android.view.WindowId getWindowId();50210 public class WindowId implements android.os.Parcelable {50213 method public void registerFocusObserver(android.view.WindowId.FocusObserver);50214 method public void unregisterFocusObserver(android.view.WindowId.FocusObserver);50216 field public static final android.os.Parcelable.Creator<android.view.WindowId> CREATOR;50219 public static abstract class WindowId.FocusObserver {50220 ctor public WindowId.FocusObserver();50221 method public abstract void onFocusGained(android.view.WindowId);50222 method public abstract void onFocusLost(android.view.WindowId);