Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java103 private final AnimatedVectorDrawable mToOverflow; field in LocalFloatingToolbarPopup
229 mToOverflow = (AnimatedVectorDrawable) mContext.getResources() in LocalFloatingToolbarPopup()
231 mToOverflow.setAutoMirrored(true); in LocalFloatingToolbarPopup()
569 mToOverflow.stop(); in cancelOverflowAnimations()
1205 overflowButton.setImageDrawable(mToOverflow); in createOverflowButton()
1206 mToOverflow.start(); in createOverflowButton()
/frameworks/base/core/java/android/service/selectiontoolbar/
DRemoteSelectionToolbar.java96 private final AnimatedVectorDrawable mToOverflow; field in RemoteSelectionToolbar
201 mToOverflow = (AnimatedVectorDrawable) mContext.getResources() in RemoteSelectionToolbar()
203 mToOverflow.setAutoMirrored(true); in RemoteSelectionToolbar()
481 mToOverflow.stop(); in cancelOverflowAnimations()
1057 overflowButton.setImageDrawable(mToOverflow);
1058 mToOverflow.start();