Home
last modified time | relevance | path

Searched refs:actionContainer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt52 private val actionContainer = view.requireViewById<View>(R.id.actions_container_background) in <lambda>() constant
237 -1f * actionContainer.right in <lambda>()
239 (screenWidth - actionContainer.left).toFloat() in <lambda>()
260 val startingOffset = view.height - actionContainer.top in <lambda>()
267 actionContainer.translationY = it.animatedValue as Float in <lambda>()
269 actionContainer.translationY = startingOffset.toFloat() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1437 ViewGroup actionContainer = (FrameLayout) actionContainerCandidate;
1440 mContext, actionContainer, entry, mRemoteInputController);
1443 actionContainer.addView(riv, new LayoutParams(
1455 actionContainer.addView(cachedView);
1516 View actionContainer = layout.findViewById(com.android.internal.R.id.actions_container);
1519 if (bubbleButton == null || actionContainer == null) {
1537 actionContainer.setVisibility(VISIBLE);
1576 View actionContainer = layout.findViewById(com.android.internal.R.id.actions_container);
1577 if (snoozeButton == null || actionContainer == null) {
1603 actionContainer.setVisibility(VISIBLE);