Home
last modified time | relevance | path

Searched refs:mControlTarget (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java72 protected @Nullable InsetsControlTarget mControlTarget; field in InsetsSourceProvider
138 if (mPendingControlTarget != mControlTarget) { in InsetsSourceProvider()
200 if (mPendingControlTarget != mControlTarget) { in setWindowContainer()
379 if (mControl.setSurfacePosition(position.x, position.y) && mControlTarget != null) { in updateInsetsControlPosition()
413 mStateController.notifyControlChanged(mControlTarget); in updateInsetsControlPosition()
516 if (target == mControlTarget && !force) { in updateControlForTarget()
544 mControlTarget = target; in updateControlForTarget()
559 "InsetsSource Control %s for target %s", mControl, mControlTarget); in updateControlForTarget()
575 if (caller != mControlTarget || requestedVisible == mClientVisible) { in updateClientVisibility()
625 if (target == mControlTarget) { in getControl()
[all …]
DImeInsetsSourceProvider.java104 mStateController.notifyControlChanged(mControlTarget); in onPostLayout()
171 updateControlForTarget(mControlTarget, true /* force */); in setServerVisible()
408 && mControlTarget.getWindow() != null in checkAndStartShowImePostLayout()
409 && !mControlTarget.getWindow().mGivenInsetsPending) { in checkAndStartShowImePostLayout()
411 mControlTarget.notifyInsetsControlChanged(displayId); in checkAndStartShowImePostLayout()