Searched refs:actionsView (Results 1 – 5 of 5) sorted by relevance
140 public View actionsView; field in CallLogListItemViewHolder385 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 …]
64 public void init(OverviewActionsView actionsView, in init() argument66 super.init(actionsView, splitPlaceholderView); in init()
859 public void init(OverviewActionsView actionsView, SplitSelectStateController splitController) { in init() argument860 mActionsView = actionsView; in init()
69 public void init(OverviewActionsView actionsView, SplitSelectStateController splitController) { in init() argument70 super.init(actionsView, splitController); in init()
177 OverviewActions actionsView = in testOverviewActions() local179 actionsView.clickAndDismissScreenshot(); in testOverviewActions()