Searched refs:mControllingWin (Results 1 – 1 of 1) sorted by relevance
55 private @Nullable WindowState mControllingWin; field in InsetsSourceProvider117 if (mControllingWin != null) { in setWindow()118 updateControlForTarget(mControllingWin, true /* force */); in setWindow()141 mStateController.notifyControlChanged(mControllingWin); in onPostLayout()150 mControllingWin = target; in updateControlForTarget()153 if (target == mControllingWin && !force) { in updateControlForTarget()165 mControllingWin = target; in updateControlForTarget()171 if (mControllingWin != caller || modifiedSource.isVisible() == mClientVisible) { in onInsetsModified()230 mStateController.notifyControlRevoked(mControllingWin, InsetsSourceProvider.this); in onAnimationCancelled()233 mControllingWin = null; in onAnimationCancelled()