Searched refs:mMaskingView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DTransitionAnimationView.java30 private View mMaskingView; field in class:TransitionAnimationView
48 mMaskingView = new View(getContext());
49 mMaskingView.setVisibility(View.INVISIBLE);
50 mMaskingView.setLayoutParams(new FrameLayout.LayoutParams(LayoutParams.MATCH_PARENT,
52 mMaskingView.setBackgroundColor(Color.WHITE);
53 addView(mMaskingView);
58 mMaskingView.setAlpha(1.0f);
59 mMaskingView.setVisibility(View.VISIBLE);
61 mMaskingView.setVisibility(View.INVISIBLE);
80 mMaskingView
[all...]

Completed in 181 milliseconds