Searched refs:RemoteInputView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 161 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testSendRemoteInput_intentContainsResultsAndSource() 201 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in getTargetInputMethodUser() 248 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testNoCrashWithoutVisibilityListener() 262 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testPredictiveBack_registerAndUnregister() 291 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiPredictiveBack_openAndDispatchCallback() 326 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiEventLogging_openAndSend() 342 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_OPEN.getId(), in testUiEventLogging_openAndSend() 345 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_SEND.getId(), in testUiEventLogging_openAndSend() 356 RemoteInputView view = RemoteInputView.inflate(mContext, null, row.getEntry(), mController); in testUiEventLogging_openAndAttach() 376 RemoteInputView.NotificationRemoteInputEvent.NOTIFICATION_REMOTE_INPUT_OPEN.getId(), in testUiEventLogging_openAndAttach() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/ |
D | RemoteInput.kt | 20 import com.android.systemui.statusbar.policy.RemoteInputView 37 @BindsInstance view: RemoteInputView, in create()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 66 import com.android.systemui.statusbar.policy.RemoteInputView; 112 private RemoteInputView mExpandedRemoteInput; 113 private RemoteInputView mHeadsUpRemoteInput; 187 private RemoteInputView mCachedExpandedRemoteInput; 188 private RemoteInputView mCachedHeadsUpRemoteInput; 364 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight() 1423 boolean hasRemoteInput, PendingIntent existingPendingIntent, RemoteInputView cachedView, 1429 result.mView = view.findViewWithTag(RemoteInputView.VIEW_TAG); 1439 RemoteInputView riv = RemoteInputView.inflate( 2084 RemoteInputView riv = getRemoteInputForView(getViewForVisibleType(mVisibleType)); [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 66 import com.android.systemui.statusbar.policy.RemoteInputView; 424 RemoteInputView riv = null; in activateRemoteInput() 535 private RemoteInputView findRemoteInputView(View v) { in findRemoteInputView() 539 return v.findViewWithTag(RemoteInputView.VIEW_TAG); in findRemoteInputView()
|
D | RemoteInputController.java | 31 import com.android.systemui.statusbar.policy.RemoteInputView;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewController.kt | 39 import com.android.systemui.statusbar.policy.RemoteInputView.NotificationRemoteInputEvent in <lambda>() 113 private val view: RemoteInputView, in onSendRemoteInput()
|
D | RemoteInputView.java | 97 public class RemoteInputView extends LinearLayout implements View.OnClickListener { class 172 public RemoteInputView(Context context, AttributeSet attrs) { in RemoteInputView() method in RemoteInputView 386 public static RemoteInputView inflate(Context context, ViewGroup root, in inflate() 389 RemoteInputView v = (RemoteInputView) in inflate() 960 private RemoteInputView mRemoteInputView;
|