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

  /frameworks/base/core/java/android/widget/
DatePickerCalendarDelegate.java 212 defaultColor = multiplyAlphaComponent(activatedColor, disabledAlpha);
225 private int multiplyAlphaComponent(int color, float alphaMod) {
TimePickerClockDelegate.java 376 defaultColor = multiplyAlphaComponent(activatedColor, disabledAlpha);
389 private int multiplyAlphaComponent(int color, float alphaMod) {
    [all...]

Completed in 85 milliseconds