Searched refs:WindowId (Results 1 – 10 of 10) 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 …]
20374 public WindowId getWindowId() { in getWindowId()20383 ai.mWindowId = new WindowId(ai.mIWindowId); in getWindowId()28798 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()
286 final WindowId mWindowId;871 mWindowId = new WindowId(this); in WindowState()5263 private static final class WindowId extends IWindowId.Stub { class in WindowState5266 private WindowId(WindowState outer) { in WindowId() method in WindowState.WindowId
7121 android.view.WindowId$17122 android.view.WindowId
22700 HSPLandroid/view/View;->getWindowId()Landroid/view/WindowId;23923 HSPLandroid/view/WindowId$1;-><init>()V23924 HSPLandroid/view/WindowId;-><clinit>()V23925 HSPLandroid/view/WindowId;-><init>(Landroid/view/IWindowId;)V47440 Landroid/view/WindowId$1;47441 Landroid/view/WindowId;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
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);
53999 method public android.view.WindowId getWindowId();55426 public class WindowId implements android.os.Parcelable {55429 method public void registerFocusObserver(android.view.WindowId.FocusObserver);55430 method public void unregisterFocusObserver(android.view.WindowId.FocusObserver);55432 field @NonNull public static final android.os.Parcelable.Creator<android.view.WindowId> CREATOR;55435 public abstract static class WindowId.FocusObserver {55436 ctor public WindowId.FocusObserver();55437 method public abstract void onFocusGained(android.view.WindowId);55438 method public abstract void onFocusLost(android.view.WindowId);
39657 HSPLcom/android/server/wm/WindowState$WindowId;-><init>(Lcom/android/server/wm/WindowState;)V39658 HSPLcom/android/server/wm/WindowState$WindowId;-><init>(Lcom/android/server/wm/WindowState;Lcom/and…39659 PLcom/android/server/wm/WindowState$WindowId;->isFocused()Z39660 PLcom/android/server/wm/WindowState$WindowId;->registerFocusObserver(Landroid/view/IWindowFocusObse…39661 PLcom/android/server/wm/WindowState$WindowId;->unregisterFocusObserver(Landroid/view/IWindowFocusOb…46165 Lcom/android/server/wm/WindowState$WindowId;