Home
last modified time | relevance | path

Searched refs:mTargetView (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DDragViewStateAnnouncer.java34 private final View mTargetView; field in DragViewStateAnnouncer
37 mTargetView = view; in DragViewStateAnnouncer()
41 mTargetView.setContentDescription(msg); in announce()
42 mTargetView.removeCallbacks(this); in announce()
43 mTargetView.postDelayed(this, TIMEOUT_SEND_ACCESSIBILITY_EVENT); in announce()
47 mTargetView.removeCallbacks(this); in cancel()
52 mTargetView.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_SELECTED); in run()
57 Launcher launcher = Launcher.getLauncher(mTargetView.getContext()); in completeAction()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipDismissTargetHandler.java75 private DismissCircleView mTargetView; field in PipDismissTargetHandler
128 mTargetView = new DismissCircleView(mContext); in init()
133 mTargetViewContainer.addView(mTargetView); in init()
144 mMagneticTarget = mMagnetizedPip.addTarget(mTargetView, 0); in init()
190 mMagneticTargetAnimator = PhysicsAnimator.getInstance(mTargetView); in init()
213 if (mTargetView == null) { in updateMagneticTargetSize()
228 mTargetView.setLayoutParams(newParams); in updateMagneticTargetSize()
315 mTargetView.setTranslationY(mTargetViewContainer.getHeight()); in showDismissTargetMaybe()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonRipple.java77 private final View mTargetView; field in KeyButtonRipple
98 mTargetView = targetView; in KeyButtonRipple()
102 mMaxWidth = mTargetView.getContext().getResources() in updateResources()
425 startAnim.setTarget(mTargetView); in enterHardware()
434 endAnim.setTarget(mTargetView); in enterHardware()
476 opacityAnim.setTarget(mTargetView); in exitHardware()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java65 final View mTargetView; field in BaseInputConnection
75 mTargetView = null; in BaseInputConnection()
82 mTargetView = targetView; in BaseInputConnection()
786 mIMM.dispatchKeyEventFromInputMethod(mTargetView, event); in sendKeyEvent()
839 if (mTargetView != null) { in ensureDefaultComposingSpans()
840 context = mTargetView.getContext(); in ensureDefaultComposingSpans()
959 if (mTargetView.getReceiveContentMimeTypes() == null) { in commitContent()
980 return mTargetView.performReceiveContent(payload) == null; in commitContent()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java10732 private View mTargetView; field in RecyclerView.SmoothScroller
10761 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63691 Landroid/view/inputmethod/BaseInputConnection;->mTargetView:Landroid/view/View;