@JvmStatic fun getNameForId(id: Int): String
Returns name for particular id If id is not defined {@link android.view.View#getId()} returns -1, this method returns "undefined". If the id is not found (maybe android.internal stuff) null is returned.
Return