Searched refs:mStackView (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackAnimationHelper.java | 110 private TaskStackView mStackView; field in TaskStackAnimationHelper 117 mStackView = stackView; in TaskStackAnimationHelper() 129 Resources res = mStackView.getResources(); in prepareForEnterAnimation() 130 Resources appResources = mStackView.getContext().getApplicationContext().getResources(); in prepareForEnterAnimation() 132 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in prepareForEnterAnimation() 133 TaskStackViewScroller stackScroller = mStackView.getScroller(); in prepareForEnterAnimation() 134 TaskStack stack = mStackView.getStack(); in prepareForEnterAnimation() 159 List<TaskView> taskViews = mStackView.getTaskViews(); in prepareForEnterAnimation() 180 mStackView.updateTaskViewToTransform(tv, mTmpTransform, in prepareForEnterAnimation() 187 mStackView.updateTaskViewToTransform(tv, mTmpTransform, in prepareForEnterAnimation() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 147 @Nullable private BubbleStackView mStackView; field in BubbleController 271 if (mStackView == null) { in ensureStackViewCreated() 272 mStackView = new BubbleStackView(mContext, mBubbleData, mSurfaceSynchronizer); in ensureStackViewCreated() 277 sbv.addView(mStackView, bubblePosition, in ensureStackViewCreated() 280 mStackView.setExpandListener(mExpandListener); in ensureStackViewCreated() 289 if (mStackView != null) { in onUiModeChanged() 290 mStackView.onThemeChanged(); in onUiModeChanged() 296 if (mStackView != null) { in onOverlayChanged() 297 mStackView.onThemeChanged(); in onOverlayChanged() 303 if (mStackView != null && newConfig != null && newConfig.orientation != mOrientation) { in onConfigChanged() [all …]
|
D | BubbleExpandedView.java | 98 private BubbleStackView mStackView; field in BubbleExpandedView 267 mStackView = stackView; in setEntry() 360 desiredHeight = mStackView.getMaxExpandedHeight(); in updateHeight() 374 int max = mStackView.getMaxExpandedHeight() - mSettingsIconHeight - mPointerHeight in updateHeight() 403 mStackView.collapseStack(() -> { in onClick() 552 mStackView.getBubbleIndex(mStackView.getExpandedBubble()), in logBubbleClickEvent() 553 mStackView.getBubbleCount(), in logBubbleClickEvent() 555 mStackView.getNormalizedXPosition(), in logBubbleClickEvent() 556 mStackView.getNormalizedYPosition(), in logBubbleClickEvent()
|