Searched refs:riv (Results 1 – 4 of 4) sorted by relevance
177 View riv = RemoteInputView.inflate(context, this); in createRemoteInputView() local178 riv.setVisibility(View.INVISIBLE); in createRemoteInputView()179 addView(riv, new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT)); in createRemoteInputView()180 riv.setBackgroundColor(color); in createRemoteInputView()191 RemoteInputView riv = null; in handleRemoteInputClick() local195 riv = findRemoteInputView(pv); in handleRemoteInputClick()196 if (riv != null) { in handleRemoteInputClick()202 if (riv == null) { in handleRemoteInputClick()218 int w = riv.getWidth(); in handleRemoteInputClick()219 int h = riv.getHeight(); in handleRemoteInputClick()[all …]
70 RegionInterceptableView riv = (RegionInterceptableView) child;71 if (!riv.shouldInterceptTouch()) {74 Region unionRegion = riv.getInterceptRegion();79 internalInsetsInfo.touchableRegion.op(riv.getInterceptRegion(), Op.UNION);
185 RemoteInputView riv = null;190 riv = findRemoteInputView(pv);224 if (riv == null) {225 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild());226 if (riv == null) {247 int w = riv.getWidth();248 int h = riv.getHeight();253 riv.setRevealParameters(cx, cy, r);254 riv.setPendingIntent(pendingIntent);255 riv.setRemoteInput(inputs, input);[all …]
1305 RemoteInputView riv = RemoteInputView.inflate( in applyRemoteInput() local1308 riv.setVisibility(View.INVISIBLE); in applyRemoteInput()1309 actionContainer.addView(riv, new LayoutParams( in applyRemoteInput()1313 existing = riv; in applyRemoteInput()1672 RemoteInputView riv = getRemoteInputForView(getViewForVisibleType(mVisibleType)); in dispatchTouchEvent() local1673 if (riv != null && riv.getVisibility() == VISIBLE) { in dispatchTouchEvent()1674 int inputStart = mUnrestrictedContentHeight - riv.getHeight(); in dispatchTouchEvent()1677 return riv.dispatchTouchEvent(ev); in dispatchTouchEvent()