Searched refs:mCloseState (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/ |
D | TaskViewPanel.java | 153 private final State mCloseState; field in TaskViewPanel 230 mCloseState = new State(/* hasGripBar = */ true, /* isVisible = */ false, in TaskViewPanel() 247 mActiveState = mCloseState; in onFinishInflate() 300 animated ? new ClosePanelAnimator(this, mCloseState.mBounds, in closePanel() 303 setActiveState(mCloseState, animator, reason); in closePanel() 325 mTaskView, mCloseState.mBounds, mCloseState.mBounds.top, in fadeOutPanel() 327 setActiveState(mCloseState, animator, reason); in fadeOutPanel() 451 mCloseState.mInsets = insets; in setInsets() 502 mCloseState.mBounds.set(0, parentHeight, parentWidth, in recalculateBounds()
|