Searched defs:DIM_BACKGROUND_ALPHA (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DFloatingChildLayout.java63 "backgroundColorAlpha", 0, DIM_BACKGROUND_ALPHA);
83 private static final int DIM_BACKGROUND_ALPHA = 0x7F; field in class:FloatingChildLayout
208 ObjectAnimator.ofInt(this, "backgroundColorAlpha", DIM_BACKGROUND_ALPHA, 0).

Completed in 25 milliseconds