Searched refs:mLabelView (Results 1 – 4 of 4) sorted by relevance
37 private TextView mLabelView; field in ActionCardView56 mLabelView = (TextView) findViewById(R.id.action_card_label); in onFinishInflate()66 mLabelView.setText(action.getActionName(getContext())); in onBind()72 mLabelView.setAlpha(OPACITY_ENABLED); in onBind()78 mLabelView.setAlpha(OPACITY_DISABLED); in onBind()86 Log.d(TAG, "onSelected: action=" + mLabelView.getText()); in onSelected()93 Log.d(TAG, "onDeselected: action=" + mLabelView.getText()); in onDeselected()
185 private TextView mLabelView; field in ContactListItemView509 if (isVisible(mLabelView)) { in onMeasure()521 if (isVisible(mLabelView)) { in onMeasure()534 if (isVisible(mLabelView)) { in onMeasure()535 mLabelView.measure(MeasureSpec.makeMeasureSpec(labelWidth, MeasureSpec.AT_MOST), in onMeasure()537 mLabelViewHeight = mLabelView.getMeasuredHeight(); in onMeasure()856 if (isVisible(mLabelView)) { in onLayout()858 mLabelView.layout(dataLeftBound, in onLayout()862 dataLeftBound += mLabelView.getMeasuredWidth() + mGapBetweenLabelAndData; in onLayout()864 dataLeftBound = leftBound + mLabelView.getMeasuredWidth(); in onLayout()[all …]
57 private lateinit var mLabelView: TextView variable64 mLabelView = findViewById<View>(R.id.timer_label) as TextView in onFinishInflate()88 if (!TextUtils.equals(label, mLabelView.text)) { in update()89 mLabelView.text = label in update()
57 private View mLabelView; field in BatteryHistoryPreferenceTest72 when(mUsageView.findViewById(anyInt())).thenReturn(mLabelView); in setUp()