Searched refs:mActionRow (Results 1 – 1 of 1) sorted by relevance
133 private ActionRow mActionRow; field in SliceView203 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 …]