Searched refs:riv (Results 1 – 3 of 3) sorted by relevance
395 RemoteInputView riv = null; in activateRemoteInput() local401 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 …]
69 RegionInterceptableView riv = (RegionInterceptableView) child;70 if (!riv.shouldInterceptTouch()) {73 Region unionRegion = riv.getInterceptRegion();
1331 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);