Searched defs:actionsContainer (Results 1 – 5 of 5) sorted by relevance
74 val actionsContainer: LinearLayout = view.requireViewById(R.id.screenshot_actions) in <lambda>() constant175 val actionsContainer: LinearLayout = view.requireViewById(R.id.screenshot_actions) in <lambda>() constant
48 private lateinit var actionsContainer: View in <lambda>() variable
423 ViewGroup actionsContainer = findViewById(R.id.actions_container); in updateActionViews() local
425 ViewGroup actionsContainer = findViewById(R.id.actions_container); in updateActionViews() local
432 View actionsContainer = getActionsContainerLayout(); in onDefocus() local