Searched refs:WindowId (Results 1 – 11 of 11) sorted by relevance
39 public class WindowId implements Parcelable { class55 WindowId token;68 WindowId token;80 final HashMap<IBinder, WindowId> mRegistrations = new HashMap<>();87 onFocusGained((WindowId)msg.obj); in handleMessage()90 onFocusLost((WindowId)msg.obj); in handleMessage()111 public abstract void onFocusGained(WindowId token); in onFocusGained()116 public abstract void onFocusLost(WindowId token); in onFocusLost()169 if (otherObj instanceof WindowId) { in equals()170 return mToken.asBinder().equals(((WindowId) otherObj).mToken.asBinder()); in equals()[all …]
20004 public WindowId getWindowId() { in getWindowId()20013 ai.mWindowId = new WindowId(ai.mIWindowId); in getWindowId()28385 WindowId mWindowId;
40 import android.view.WindowId;1679 WindowId windowId = sceneRoot.getWindowId(); in pause()1712 WindowId windowId = sceneRoot.getWindowId(); in resume()1745 WindowId windowId = sceneRoot.getWindowId(); in playTransition()1956 WindowId windowId = sceneRoot.getWindowId(); in forceToEnd()2363 WindowId windowId;2367 WindowId windowId, TransitionValues values) { in AnimationInfo()
246 final WindowId mWindowId;746 mWindowId = new WindowId(this); in WindowState()4879 private static final class WindowId extends IWindowId.Stub { class in WindowState4882 private WindowId(WindowState outer) { in WindowId() method in WindowState.WindowId
4007 android.view.WindowId$1
71260 …iew/View;Ljava/lang/String;Landroid/transition/Transition;Landroid/view/WindowId;Landroid/transiti…71265 Landroid/transition/Transition$AnimationInfo;->windowId:Landroid/view/WindowId;77683 Landroid/view/View$AttachInfo;->mWindowId:Landroid/view/WindowId;79519 Landroid/view/WindowId$FocusObserver;->mHandler:Landroid/os/Handler;79520 Landroid/view/WindowId$FocusObserver;->mIObserver:Landroid/view/IWindowFocusObserver$Stub;79521 Landroid/view/WindowId$FocusObserver;->mRegistrations:Ljava/util/HashMap;79522 Landroid/view/WindowId;-><init>(Landroid/os/IBinder;)V79523 Landroid/view/WindowId;-><init>(Landroid/view/IWindowId;)V79524 Landroid/view/WindowId;->getTarget()Landroid/view/IWindowId;79525 Landroid/view/WindowId;->mToken:Landroid/view/IWindowId;
36718 Landroid/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);
51682 method public android.view.WindowId getWindowId();53090 public class WindowId implements android.os.Parcelable {53093 method public void registerFocusObserver(android.view.WindowId.FocusObserver);53094 method public void unregisterFocusObserver(android.view.WindowId.FocusObserver);53096 field @NonNull public static final android.os.Parcelable.Creator<android.view.WindowId> CREATOR;53099 public abstract static class WindowId.FocusObserver {53100 ctor public WindowId.FocusObserver();53101 method public abstract void onFocusGained(android.view.WindowId);53102 method public abstract void onFocusLost(android.view.WindowId);
51826 method public android.view.WindowId getWindowId();53234 public class WindowId implements android.os.Parcelable {53237 method public void registerFocusObserver(android.view.WindowId.FocusObserver);53238 method public void unregisterFocusObserver(android.view.WindowId.FocusObserver);53240 field @NonNull public static final android.os.Parcelable.Creator<android.view.WindowId> CREATOR;53243 public abstract static class WindowId.FocusObserver {53244 ctor public WindowId.FocusObserver();53245 method public abstract void onFocusGained(android.view.WindowId);53246 method public abstract void onFocusLost(android.view.WindowId);
17656 HSPLcom/android/server/wm/WindowState$WindowId;-><init>(Lcom/android/server/wm/WindowState;)V20809 Lcom/android/server/wm/WindowState$WindowId;