HomeSort by relevance Sort by last modified time
    Searched refs:UberColorPickerDialog (Results 1 - 2 of 2) sorted by null

  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
ColorsActivity.java 25 import org.connectbot.util.UberColorPickerDialog.OnColorChangedListener;
225 new UberColorPickerDialog(this, this, (colorNumber == 0) ? mFgColor : mBgColor).show();
UberColorPickerDialog.java 23 * UberColorPickerDialog v1.1
59 * UberColorPickerDialog is a seriously enhanced version of the UberColorPickerDialog
66 public class UberColorPickerDialog extends Dialog {
84 public UberColorPickerDialog(Context context,
382 //if (UberColorPickerDialog.isGray(mColor)) //Don't need this right here, but imp't to note
627 * No clue what this does (some sort of average/mean I presume). It came with the original UberColorPickerDialog
639 * Came with the original UberColorPickerDialog in the API Demos, wasn't documented. I believe it takes an array of

Completed in 176 milliseconds