OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAlphaLayer
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java
39
private View
mAlphaLayer
;
58
mAlphaLayer
= findViewById(R.id.alpha_overlay);
90
ContactDetailDisplayUtils.setAlphaOnViewBackground(
mAlphaLayer
, alpha);
ContactDetailUpdatesFragment.java
56
private View
mAlphaLayer
;
123
mAlphaLayer
= rootView.findViewById(R.id.alpha_overlay);
124
ContactDetailDisplayUtils.setAlphaOnViewBackground(
mAlphaLayer
, mInitialAlphaValue);
164
if (
mAlphaLayer
== null) {
168
ContactDetailDisplayUtils.setAlphaOnViewBackground(
mAlphaLayer
, alpha);
ContactDetailFragment.java
197
private View
mAlphaLayer
;
295
mAlphaLayer
= mView.findViewById(R.id.alpha_overlay);
296
ContactDetailDisplayUtils.setAlphaOnViewBackground(
mAlphaLayer
, mInitialAlphaValue);
326
if (
mAlphaLayer
== null) {
330
ContactDetailDisplayUtils.setAlphaOnViewBackground(
mAlphaLayer
, alpha);
[
all
...]
Completed in 2395 milliseconds