HomeSort by relevance Sort by last modified time
    Searched refs:PagedTileLayout (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTileRevealController.java 21 private final PagedTileLayout mPagedTileLayout;
37 QSTileRevealController(Context context, QSPanel qsPanel, PagedTileLayout pagedTileLayout) {
40 mPagedTileLayout = pagedTileLayout;
QSPanel.java 113 ((PagedTileLayout) mTileLayout).setPageIndicator(mPanelPageIndicator);
115 (PagedTileLayout) mTileLayout);
252 if (mTileLayout instanceof PagedTileLayout) {
259 if (mTileLayout instanceof PagedTileLayout) {
273 ((PagedTileLayout) mTileLayout).setPageIndicator(
326 if (!mExpanded && mTileLayout instanceof PagedTileLayout) {
327 ((PagedTileLayout) mTileLayout).setCurrentItem(0, false);
337 public void setPageListener(final PagedTileLayout.PageListener pageListener) {
338 if (mTileLayout instanceof PagedTileLayout) {
339 ((PagedTileLayout) mTileLayout).setPageListener(pageListener)
    [all...]
QSAnimator.java 26 import com.android.systemui.qs.PagedTileLayout.PageListener;
58 private PagedTileLayout mPagedLayout;
87 if (tileLayout instanceof PagedTileLayout) {
88 mPagedLayout = ((PagedTileLayout) tileLayout);
303 if (!(view instanceof PagedTileLayout.TilePage)) {
PagedTileLayout.java 30 public class PagedTileLayout extends ViewPager implements QSTileLayout {
34 private static final String TAG = "PagedTileLayout";
61 public PagedTileLayout(Context context, AttributeSet attrs) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileImpl.java 51 import com.android.systemui.qs.PagedTileLayout.TilePage;

Completed in 323 milliseconds