List of usage examples for android.widget ToggleButton subclass-usage
From source file com.mattfred.betterpickers.recurrencepicker.WeekButton.java
public class WeekButton extends android.widget.ToggleButton { private static int mWidth; public WeekButton(Context context) { super(context);
From source file com.code44.finance.ui.dialogs.recurrencepicker.WeekButton.java
public class WeekButton extends android.widget.ToggleButton { private static int mWidth; public WeekButton(Context context) { super(context);
From source file com.codetroopers.betterpickers.recurrencepicker.WeekButton.java
public class WeekButton extends android.widget.ToggleButton { private static int mWidth; public WeekButton(Context context) { super(context);
From source file com.doomonafireball.betterpickers.recurrencepicker.WeekButton.java
public class WeekButton extends android.widget.ToggleButton { private static int mWidth; public WeekButton(Context context) { super(context);
From source file com.serchinastico.coolswitch.CoolSwitch.java
/**
* Custom view representing a switch.
* It animates a target view with a circular reveal effect when it's enabled or disabled.
*
* @author Sergio Gutirrez Mota.
*/
From source file talex.zsw.baselibrary.view.CoolSwitch.CoolSwitch.java
/**
* Custom view representing a switch.
* It animates a target view with a circular reveal effect when it's enabled or disabled.
*
* @author Sergio Gutirrez Mota.
*/
From source file com.facebook.widget.ToggleButtonLogin.java
/**
* A Log In/Log Out button that maintains session state and logs in/out for the
* app.
* <p/>
* This control will create and use the active session upon construction if it has the available data (if the app ID is specified in the manifest). It will also open the active session if it does not require user interaction (i.e. if the session is in the
* {@link com.facebook.SessionState#CREATED_TOKEN_LOADED} state. Developers can override the use of the active session by calling the {@link #setSession(com.facebook.Session)} method.