Searched refs:mTargetView (Results 1 – 7 of 7) sorted by relevance
66 private DismissCircleView mTargetView; field in PipDismissTargetHandler111 mTargetView = mTargetViewContainer.getCircle(); in init()122 mMagneticTarget = mMagnetizedPip.addTarget(mTargetView, 0); in init()193 if (mTargetView == null) { in updateMagneticTargetSize()
75 private final View mTargetView; field in KeyButtonRipple96 mTargetView = targetView; in KeyButtonRipple()100 mMaxWidth = mTargetView.getContext().getResources() in updateResources()419 startAnim.setTarget(mTargetView); in enterHardware()428 endAnim.setTarget(mTargetView); in enterHardware()470 opacityAnim.setTarget(mTargetView); in exitHardware()
82 private final View mTargetView; field in KeyButtonRipple103 mTargetView = targetView; in KeyButtonRipple()107 mMaxWidth = mTargetView.getContext().getResources() in updateResources()455 startAnim.setTarget(mTargetView); in enterHardware()464 endAnim.setTarget(mTargetView); in enterHardware()506 opacityAnim.setTarget(mTargetView); in exitHardware()
72 @Nullable final View mTargetView; field in BaseInputConnection83 mTargetView = null; in BaseInputConnection()90 mTargetView = targetView; in BaseInputConnection()821 mIMM.dispatchKeyEventFromInputMethod(mTargetView, event); in sendKeyEvent()873 if (mTargetView != null) { in ensureDefaultComposingSpans()874 context = mTargetView.getContext(); in ensureDefaultComposingSpans()1049 if (mTargetView == null) { in commitContent()1054 if (mTargetView.getReceiveContentMimeTypes() == null) { in commitContent()1075 return mTargetView.performReceiveContent(payload) == null; in commitContent()
10732 private View mTargetView; field in RecyclerView.SmoothScroller10761 mTargetView = findViewByPosition(getTargetPosition()); in start()10791 mTargetView = null; in stop()10837 if (mTargetView != null) { in onAnimation()10839 if (getChildPosition(mTargetView) == mTargetPosition) { in onAnimation()10840 onTargetFound(mTargetView, recyclerView.mState, mRecyclingAction); in onAnimation()10845 mTargetView = null; in onAnimation()10896 mTargetView = child; in onChildAttachedToWindow()
59725 Landroid/view/inputmethod/BaseInputConnection;->mTargetView:Landroid/view/View;