Searched defs:backgroundView (Results 1 – 8 of 8) sorted by relevance
155 final LinearLayout backgroundView = previewLayout.findViewById(R.id.preview_background); in adjustPaddings_setMinPaddingsLessThanXMLValue_paddingsNotIncreased() local174 final LinearLayout backgroundView = previewLayout.findViewById(R.id.preview_background); in adjustPaddings_setMinPaddingsLargerThanXMLValue_paddingsIncreased() local
129 View backgroundView = findViewById(R.id.background); in startEnterAnimation() local145 View backgroundView = findViewById(R.id.background); in startExitAnimation() local
90 LinearLayout backgroundView = previewLayout.findViewById(R.id.preview_background); in onBindViewHolder() local116 void adjustPaddings(FrameLayout previewLayout, LinearLayout backgroundView) { in adjustPaddings()
628 final View backgroundView = mIllustrationView.findViewById(R.id.image_background); in setupIllustrationChildViewsGravity() local
64 View backgroundView = super.onCreateBackgroundView(inflater, container, savedInstanceState); in onCreateBackgroundView() local
70 void init(LauncherAppWidgetHostView hostView, @NonNull View backgroundView, in init()
61 private lateinit var backgroundView: View in <lambda>() variable
79 val backgroundView: View = view.requireViewById(R.id.background) in <lambda>() constant