app :: App :: content_rect_changed
Raised when the soft input window being shown or hidden, and similar events.
	# Notification from the Android framework, the content area of the window has changed
	#
	# Raised when the soft input window being shown or hidden, and similar events.
	fun content_rect_changed do end
					lib/android/native_app_glue.nit:228,2--231,32
				
	redef fun content_rect_changed
	do
		if print_lifecycle_events then print "+ content_rect_changed"
		super
	end
					lib/gamnit/gamnit_android.nit:149,2--153,4