Searched refs:riv (Results 1 – 3 of 3) sorted by relevance
424 RemoteInputView riv = null; in activateRemoteInput() local430 riv = findRemoteInputView(pv); in activateRemoteInput()449 if (riv != null && !riv.isAttachedToWindow()) { in activateRemoteInput()452 riv = null; in activateRemoteInput()454 if (riv == null) { in activateRemoteInput()455 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()456 if (riv == null) { in activateRemoteInput()460 if (riv == row.getPrivateLayout().getExpandedRemoteInput() in activateRemoteInput()471 if (!riv.isAttachedToWindow()) { in activateRemoteInput()476 riv.getController().setPendingIntent(pendingIntent); in activateRemoteInput()[all …]
69 RegionInterceptableView riv = (RegionInterceptableView) child;70 if (!riv.shouldInterceptTouch()) {73 Region unionRegion = riv.getInterceptRegion();
1439 RemoteInputView riv = RemoteInputView.inflate(1442 riv.setVisibility(View.GONE);1443 actionContainer.addView(riv, new LayoutParams(1447 result.mView = riv;2084 RemoteInputView riv = getRemoteInputForView(getViewForVisibleType(mVisibleType));2085 if (riv != null && riv.getVisibility() == VISIBLE) {2086 int inputStart = mUnrestrictedContentHeight - riv.getHeight();2089 return riv.dispatchTouchEvent(ev);