Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java165 private OnLayoutChangeListener mMoveStackToValidPositionOnLayoutListener; field in BubbleStackView
416 mMoveStackToValidPositionOnLayoutListener = in BubbleStackView()
422 removeOnLayoutChangeListener(mMoveStackToValidPositionOnLayoutListener); in BubbleStackView()
469 addOnLayoutChangeListener(mMoveStackToValidPositionOnLayoutListener); in onOrientationChanged()