Home
last modified time | relevance | path

Searched refs:riv (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java395 RemoteInputView riv = null; in activateRemoteInput() local
401 riv = findRemoteInputView(pv); in activateRemoteInput()
420 if (riv != null && !riv.isAttachedToWindow()) { in activateRemoteInput()
423 riv = null; in activateRemoteInput()
425 if (riv == null) { in activateRemoteInput()
427 if (riv == null) { in activateRemoteInput()
442 if (!riv.isAttachedToWindow()) { in activateRemoteInput()
458 int w = riv.getWidth(); in activateRemoteInput()
459 int h = riv.getHeight(); in activateRemoteInput()
466 riv.getController().setRemoteInput(input); in activateRemoteInput()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DRegionInterceptingFrameLayout.java69 RegionInterceptableView riv = (RegionInterceptableView) child;
70 if (!riv.shouldInterceptTouch()) {
73 Region unionRegion = riv.getInterceptRegion();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1331 RemoteInputView riv = RemoteInputView.inflate(
1334 riv.setVisibility(View.GONE);
1335 actionContainer.addView(riv, new LayoutParams(
1339 result.mView = riv;
1975 RemoteInputView riv = getRemoteInputForView(getViewForVisibleType(mVisibleType));
1976 if (riv != null && riv.getVisibility() == VISIBLE) {
1977 int inputStart = mUnrestrictedContentHeight - riv.getHeight();
1980 return riv.dispatchTouchEvent(ev);