Searched refs:RemoteInputView (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewTest.java | 82 private RemoteInputView mView; 109 private void setTestPendingIntent(RemoteInputView view) { in setTestPendingIntent() 125 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testSendRemoteInput_intentContainsResultsAndSource() 163 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in getTargetInputMethodUser() 206 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testNoCrashWithoutVisibilityListener() 220 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiEventLogging_openAndSend() 235 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_OPEN.getId(), in testUiEventLogging_openAndSend() 238 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_SEND.getId(), in testUiEventLogging_openAndSend()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 58 import com.android.systemui.statusbar.policy.RemoteInputView; 100 private RemoteInputView mExpandedRemoteInput; 101 private RemoteInputView mHeadsUpRemoteInput; 166 private RemoteInputView mCachedExpandedRemoteInput; 167 private RemoteInputView mCachedHeadsUpRemoteInput; 304 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight() 1227 RemoteInputView cachedView, NotificationViewWrapper wrapper) { 1231 RemoteInputView existing = view.findViewWithTag(RemoteInputView.VIEW_TAG); 1240 RemoteInputView riv = RemoteInputView.inflate( 1882 private RemoteInputView getRemoteInputForView(View child) { in getRemoteInputForView() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 100 public class RemoteInputView extends LinearLayout implements View.OnClickListener { class 164 public RemoteInputView(Context context, AttributeSet attrs) { in RemoteInputView() method in RemoteInputView 440 public static RemoteInputView inflate(Context context, ViewGroup root, in inflate() 443 RemoteInputView v = (RemoteInputView) in inflate() 675 public void stealFocusFrom(RemoteInputView other) { in stealFocusFrom() 901 private RemoteInputView mRemoteInputView;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 67 import com.android.systemui.statusbar.policy.RemoteInputView; 442 RemoteInputView riv = null; in activateRemoteInput() 571 private RemoteInputView findRemoteInputView(View v) { in findRemoteInputView() 575 return v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
|
H A D | RemoteInputController.java | 30 import com.android.systemui.statusbar.policy.RemoteInputView;
|