Android Programming Press on the image to return to the main documentation page.

CreditsRoll

List of types:

CreditsRollView

CreditsRollView


Events:

None

Members:


  AddToParent (Parent As android.view.ViewGroup, left As Int, top As Int, width As Int, height As Int)

  Angle As Float

  ba As BA

  Background As android.graphics.drawable.Drawable

  BringToFront

  Color As Int [write only]

  DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)

  DistanceFromText As Float

  Enabled As Boolean

  EndScrollMult As Float

  Height As Int

  Initialize (EventName As String)

  Invalidate

  Invalidate2 (arg0 As android.graphics.Rect)

  Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  IsInitialized As Boolean

  Left As Int

  RemoveView

  RequestFocus As Boolean

  ScrollPosition As Float

  SendToBack

  SetBackgroundImage (arg0 As android.graphics.Bitmap)

  SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)

  SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)

  SetVisibleAnimated (arg0 As Int, arg1 As Boolean)

  Tag As Object

  Text As CharSequence [write only]

  TextColor As Int [write only]

  TextColor2 As android.content.res.ColorStateList [write only]

  TextSize As Float [write only]

  Top As Int

  Visible As Boolean

  Width As Int

Members description:

AddToParent (Parent As android.view.ViewGroup, left As Int, top As Int, width As Int, height As Int)
Angle As Float
Gets the credits roll text tilting angle, on the X axis.

The X-axis tilting angle, in degrees.
ba As BA
Background As android.graphics.drawable.Drawable
BringToFront
Color As Int [write only]
DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
DistanceFromText As Float
Gets the virtual camera's distance from the text, on the Z axis (depth).
Enabled As Boolean
EndScrollMult As Float
Gets the end scrolling multiplier value.
Height As Int
Initialize (EventName As String)
Invalidate
Invalidate2 (arg0 As android.graphics.Rect)
Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
IsInitialized As Boolean
Left As Int
RemoveView
RequestFocus As Boolean
ScrollPosition As Float
Gets the current scrolling percentage.
Returns the current scrolling position, in the [0, 1] range.
SendToBack
SetBackgroundImage (arg0 As android.graphics.Bitmap)
SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
Tag As Object
Text As CharSequence [write only]
TextColor As Int [write only]
TextColor2 As android.content.res.ColorStateList [write only]
TextSize As Float [write only]
Top As Int
Visible As Boolean
Width As Int

Top