Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;
import android.content.res.ColorStateList;

public class Main {
    public static ColorStateList getPressedColorSelector(int paramInt1, int paramInt2) {
        return new ColorStateList(new int[][] { { 16842919 }, { 16842908 }, { 16843518 }, new int[0] },
                new int[] { paramInt2, paramInt2, paramInt2, paramInt1 });
    }
}