Class LEDColorPreference


  • public class LEDColorPreference
    extends Preference
    • Constructor Summary

      Constructors 
      Constructor Description
      LEDColorPreference​(Context context, AttributeSet attrs)  
      LEDColorPreference​(Context context, AttributeSet attrs, int defStyleAttr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void onBindView​(View view)  
      protected View onCreateView​(ViewGroup parent)  
      void setColorItem​(int color)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LEDColorPreference

        public LEDColorPreference​(Context context,
                                  AttributeSet attrs,
                                  int defStyleAttr)
      • LEDColorPreference

        public LEDColorPreference​(Context context,
                                  AttributeSet attrs)
    • Method Detail

      • onCreateView

        protected View onCreateView​(ViewGroup parent)
      • setColorItem

        public void setColorItem​(int color)
      • onBindView

        protected void onBindView​(View view)