Searched refs:mControlTarget (Results 1 – 1 of 1) sorted by relevance
64 private @Nullable InsetsControlTarget mControlTarget; field in InsetsSourceProvider230 if (mControl.setSurfacePosition(frame.left, frame.top) && mControlTarget != null) { in onPostLayout()232 updateControlForTarget(mControlTarget, true /* force */); in onPostLayout()233 mStateController.notifyControlChanged(mControlTarget); in onPostLayout()268 if (target == mControlTarget && !force) { in updateControlForTarget()301 mControlTarget = target; in updateControlForTarget()306 "InsetsSource Control %s for target %s", mControl, mControlTarget); in updateControlForTarget()326 if (mControlTarget != caller || modifiedSource.isVisible() == mClientVisible) { in onInsetsModified()377 if (target == mControlTarget) { in getControl()394 return mControlTarget; in getControlTarget()[all …]