Searched refs:SideLabelTileLayout (Results 1 – 4 of 4) sorted by relevance
400 SideLabelTileLayout qqsLayout = in updateAnimators()401 (SideLabelTileLayout) mQuickQsPanel.getTileLayout(); in updateAnimators()480 SideLabelTileLayout qqsLayout = (SideLabelTileLayout) mQuickQsPanel.getTileLayout(); in createSecondaryPageAnimators()646 return view.getClass().equals(SideLabelTileLayout.class); in isAPage()727 if (v instanceof SideLabelTileLayout) { in clearAnimationState()728 ((SideLabelTileLayout) v).setClipChildren(false); in clearAnimationState()729 ((SideLabelTileLayout) v).setClipToPadding(false); in clearAnimationState()
25 open class SideLabelTileLayout( class
171 static class QQSSideLabelTileLayout extends SideLabelTileLayout {
70 import com.android.systemui.qs.SideLabelTileLayout;494 if (SideLabelTileLayout.class.equals(listener.getClass())) { in updateIsFullQs()