WindowManager.LayoutParams Why is there a setTitle method?

So, yesterday I was programming, and suddenly I came across a method setTitlein a class WindowManager.LayoutParams, why does this class, like this one, have a method setTitle? Where is it used? The documentation says nothing about the function.

I assume that it can be used for debugging or something similar, but apart from that I have no clue.

And why will it be announced as the final method? Because he is not yet ready to redefine it?

Just wondering...

Note. Both answers are below: β€œCorrect” and offer good information, but you can only accept one.

getTitle

setTitle

+5
source share
2 answers

WindowManager, , , .

, google +"windowmanager.layoutparams" +".setTitle()" site:grepcode.com , setTitle() getTitle() WindowManager.LayoutParams .

, Android , , , - title .

+5

. , - .

, .

, : SoftInputWindow StatusBar

( , )

+4

All Articles