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