Home
last modified time | relevance | path

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

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DSliceView.java133 private ActionRow mActionRow; field in SliceView
203 mActionRow = new ActionRow(getContext(), true); in init()
204 mActionRow.setBackground(new ColorDrawable(0xffeeeeee)); in init()
205 addView(mActionRow, getChildLp(mActionRow)); in init()
332 final int actionHeight = mActionRow.getVisibility() != View.GONE in onMeasure()
370 measureChild(mActionRow, childWidthMeasureSpec, actionHeightSpec); in onMeasure()
383 if (mActionRow.getVisibility() != View.GONE) { in onLayout()
384 mActionRow.layout(left, in onLayout()
386 left + mActionRow.getMeasuredWidth(), in onLayout()
387 top + v.getMeasuredHeight() + mActionRow.getMeasuredHeight()); in onLayout()
[all …]