Searched refs:mDisabledIconResid (Results 1 – 2 of 2) sorted by relevance
55 protected int mDisabledIconResid; field in ToggleAction73 mDisabledIconResid = disabledIconResid; in ToggleAction()109 (on ? mEnabledIconResId : mDisabledIconResid))); in create()
1775 protected int mDisabledIconResid;1793 mDisabledIconResid = disabledIconResid;1825 return isOn() ? mEnabledIconResId : mDisabledIconResid;