Searched refs:riv (Results 1 – 3 of 3) sorted by relevance
69 RegionInterceptableView riv = (RegionInterceptableView) child;70 if (!riv.shouldInterceptTouch()) {73 Region unionRegion = riv.getInterceptRegion();
361 RemoteInputView riv = null; in activateRemoteInput() local367 riv = findRemoteInputView(pv); in activateRemoteInput()394 if (riv == null) { in activateRemoteInput()395 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()396 if (riv == null) { in activateRemoteInput()400 if (riv == row.getPrivateLayout().getExpandedRemoteInput() in activateRemoteInput()420 int w = riv.getWidth(); in activateRemoteInput()421 int h = riv.getHeight(); in activateRemoteInput()426 riv.setRevealParameters(cx, cy, r); in activateRemoteInput()427 riv.setPendingIntent(pendingIntent); in activateRemoteInput()[all …]
1331 RemoteInputView riv = RemoteInputView.inflate(1334 riv.setVisibility(View.INVISIBLE);1335 actionContainer.addView(riv, new LayoutParams(1339 existing = riv;1813 RemoteInputView riv = getRemoteInputForView(getViewForVisibleType(mVisibleType));1814 if (riv != null && riv.getVisibility() == VISIBLE) {1815 int inputStart = mUnrestrictedContentHeight - riv.getHeight();1818 return riv.dispatchTouchEvent(ev);