Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java365 RemoteInputView riv = null; in activateRemoteInput() local
371 riv = findRemoteInputView(pv); in activateRemoteInput()
401 if (riv != null && !riv.isAttachedToWindow()) { in activateRemoteInput()
404 riv = null; in activateRemoteInput()
406 if (riv == null) { in activateRemoteInput()
407 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()
408 if (riv == null) { in activateRemoteInput()
412 if (riv == row.getPrivateLayout().getExpandedRemoteInput() in activateRemoteInput()
420 if (!riv.isAttachedToWindow()) { in activateRemoteInput()
436 int w = riv.getWidth(); in activateRemoteInput()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRegionInterceptingFrameLayout.java69 RegionInterceptableView riv = (RegionInterceptableView) child;
70 if (!riv.shouldInterceptTouch()) {
73 Region unionRegion = riv.getInterceptRegion();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1237 RemoteInputView riv = RemoteInputView.inflate(
1240 riv.setVisibility(View.INVISIBLE);
1241 actionContainer.addView(riv, new LayoutParams(
1245 existing = riv;
1725 RemoteInputView riv = getRemoteInputForView(getViewForVisibleType(mVisibleType));
1726 if (riv != null && riv.getVisibility() == VISIBLE) {
1727 int inputStart = mUnrestrictedContentHeight - riv.getHeight();
1730 return riv.dispatchTouchEvent(ev);