Searched refs:mMainPanel (Results 1 – 1 of 1) sorted by relevance
95 private final ViewGroup mMainPanel; // holds menu items that are initially displayed. field in LocalFloatingToolbarPopup236 mMainPanel = createMainPanel(); in LocalFloatingToolbarPopup()566 mMainPanel.animate().cancel(); in cancelOverflowAnimations()589 mMainPanel.setX(0); in openOverflow()596 mMainPanel.setX(mContentContainer.getWidth() - startWidth); in openOverflow()641 mMainPanel.animate() in openOverflow()663 mMainPanel.setX(0); in closeOverflow()670 mMainPanel.setX(mContentContainer.getWidth() - targetWidth); in closeOverflow()716 mMainPanel.animate() in closeOverflow()740 mMainPanel.setAlpha(0); in setPanelsStatesAtRestingPosition()[all …]