Home
last modified time | relevance | path

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

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DSliceChildView.java55 protected boolean mShowLastUpdated; field in SliceChildView
133 mShowLastUpdated = showLastUpdated; in setShowLastUpdated()
DLargeSliceAdapter.java71 private boolean mShowLastUpdated; field in LargeSliceAdapter
135 mShowLastUpdated = showLastUpdated; in setShowLastUpdated()
257 mSliceChildView.setShowLastUpdated(isHeader && mShowLastUpdated); in bind()
DSliceView.java137 private boolean mShowLastUpdated = true; field in SliceView
591 mCurrentView.setShowLastUpdated(mShowLastUpdated && expired); in reinflate()
DRowView.java334 if (mShowLastUpdated && mLastUpdated != -1) { in addSubtitle()