Searched refs:mFanSpeedButtons (Results 1 – 2 of 2) sorted by relevance
121 mFanSpeedButtons.add(mFanSpeed1); in onFinishInflate()122 mFanSpeedButtons.add(mFanSpeed2); in onFinishInflate()123 mFanSpeedButtons.add(mFanSpeed3); in onFinishInflate()124 mFanSpeedButtons.add(mFanSpeed4); in onFinishInflate()126 for (View view : mFanSpeedButtons) { in onFinishInflate()168 int numFanSpeed = mFanSpeedButtons.size(); in setMax()208 int numFanSpeed = mFanSpeedButtons.size(); in setOff()211 if (mFanSpeedButtons.get(i).isTurnedOn()) { in setOff()237 int fanSpeedCount = mFanSpeedButtons.size();281 mFanSpeedButtons.get(fanSpeedIndex)[all …]
71 private final List<FanSpeedBarSegment> mFanSpeedButtons = new ArrayList<>(); field in FanSpeedBar118 int fanSpeedCount = mFanSpeedButtons.size(); in onPropertyChanged()124 FanSpeedBarSegment fanSpeedButton = mFanSpeedButtons.get(i); in onPropertyChanged()134 FanSpeedBarSegment fanSpeedButton = mFanSpeedButtons.get(i); in onPropertyChanged()179 mFanSpeedButtons.add(mFanSpeed1); in onFinishInflate()180 mFanSpeedButtons.add(mFanSpeed2); in onFinishInflate()181 mFanSpeedButtons.add(mFanSpeed3); in onFinishInflate()182 mFanSpeedButtons.add(mFanSpeed4); in onFinishInflate()184 for (int i = 0; i < mFanSpeedButtons.size(); i++) { in onFinishInflate()185 mFanSpeedButtons.get(i).setOnClickListener( in onFinishInflate()