Home
last modified time | relevance | path

Searched refs:riv (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRegionInterceptingFrameLayout.java69 RegionInterceptableView riv = (RegionInterceptableView) child;
70 if (!riv.shouldInterceptTouch()) {
73 Region unionRegion = riv.getInterceptRegion();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java361 RemoteInputView riv = null; in activateRemoteInput() local
367 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1331 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);