Home
last modified time | relevance | path

Searched refs:actionsView (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogListItemViewHolder.java140 public View actionsView; field in CallLogListItemViewHolder
385 viewHolder.actionsView = new View(context); in createForTest()
452 actionsView = stub.inflate(); in inflateActionViewStub()
458 callButtonView = actionsView.findViewById(R.id.call_action); in inflateActionViewStub()
474 actionsView.findViewById(R.id.add_to_existing_contact_action); in inflateActionViewStub()
483 blockView = actionsView.findViewById(R.id.block_action); in inflateActionViewStub()
486 unblockView = actionsView.findViewById(R.id.unblock_action); in inflateActionViewStub()
890 actionsView.setVisibility(View.VISIBLE); in showActions()
891 actionsView.setAlpha(1.0f); in showActions()
895 if (actionsView != null) { in showActions()
[all …]
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DLauncherRecentsView.java64 public void init(OverviewActionsView actionsView, in init() argument
66 super.init(actionsView, splitPlaceholderView); in init()
H A DRecentsView.java859 public void init(OverviewActionsView actionsView, SplitSelectStateController splitController) { in init() argument
860 mActionsView = actionsView; in init()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsView.java69 public void init(OverviewActionsView actionsView, SplitSelectStateController splitController) { in init() argument
70 super.init(actionsView, splitController); in init()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DTaplTestsQuickstep.java177 OverviewActions actionsView = in testOverviewActions() local
179 actionsView.clickAndDismissScreenshot(); in testOverviewActions()