Searched refs:BLACK_ALPHA (Results 1 – 1 of 1) sorted by relevance
39 public static final int BLACK_ALPHA = (int) (0.65f * 255); field in WorkspacePageIndicator127 mActiveAlpha = darkText ? BLACK_ALPHA : WHITE_ALPHA; in WorkspacePageIndicator()