1

In WindowManager.LayoutParams class there is a constant called ALPHA_CHANGED. What is the purpose of it? I can't seem to find anything about it.

dreamcoder
  • 1,233
  • 1
  • 11
  • 25

1 Answers1

0

The alpha value has to do with the opacity of the view (i.e., how translucent it is). ALPHA_CHANGED is used to trigger events based on a change.

Joel Nieman
  • 746
  • 4
  • 13