Searched refs:mIndicatorView (Results 1 – 3 of 3) sorted by relevance
44 private View mIndicatorView; field in SetupStartIndicatorView.LabelView51 mIndicatorView = indicatorView; in setIndicatorView()77 if (mIndicatorView != null) { in updateIndicatorView()78 mIndicatorView.setPressed(pressed); in updateIndicatorView()79 mIndicatorView.invalidate(); in updateIndicatorView()
495 private final SetupStepIndicatorView mIndicatorView;499 mIndicatorView = indicatorView;510 mIndicatorView.setIndicatorPosition(enableStepNo - STEP_1, mGroup.size());
536 private ImageView mIndicatorView; field in TrustedCredentialsSettings.ChildAdapter591 mIndicatorView = (ImageView) mHeaderView.findViewById(R.id.group_indicator); in setContainerViewId()592 mIndicatorView.setImageDrawable(getGroupIndicator()); in setContainerViewId()621 mIndicatorView.setImageState(mIsListExpanded ? GROUP_EXPANDED_STATE_SET in refreshViews()