Returns the looper associated with the calling thread, or NULL if there is not one

Property definitions

android $ ALooper :: for_thread
	# Returns the looper associated with the calling thread, or NULL if there is not one
	new for_thread `{ return ALooper_forThread(); `}
lib/android/native_app_glue.nit:386,2--387,49