Home
last modified time | relevance | path

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

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DSliceView.java139 private int mShortcutSize; field in SliceView
191 mShortcutSize = getContext().getResources() in init()
316 return mListContent != null && mListContent.isValid() ? mShortcutSize : 0; in getHeightForMode()
329 childWidth = mShortcutSize; in onMeasure()
330 width = mShortcutSize + getPaddingLeft() + getPaddingRight(); in onMeasure()
359 height = mShortcutSize; in onMeasure()
635 return new LayoutParams(mShortcutSize, mShortcutSize); in getChildLp()