C# Class android.view.WindowManager_LayoutParams

Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
WindowManager_LayoutParams ( android arg0 )
WindowManager_LayoutParams ( int arg0 )
WindowManager_LayoutParams ( int arg0, int arg1 )
WindowManager_LayoutParams ( int arg0, int arg1, int arg2 )
WindowManager_LayoutParams ( int arg0, int arg1, int arg2, int arg3, int arg4 )
WindowManager_LayoutParams ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6 )
copyFrom ( android arg0 ) : int
debug ( java arg0 ) : global::java.lang.String
describeContents ( ) : int
getTitle ( ) : global::java.lang.CharSequence
mayUseInputMethod ( int arg0 ) : bool
setTitle ( java arg0 ) : void
setTitle ( string arg0 ) : void
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
WindowManager_LayoutParams ( global @__env )

Private Methods

Méthode Description
WindowManager_LayoutParams ( )

Method Details

WindowManager_LayoutParams() public méthode

public WindowManager_LayoutParams ( android arg0 )
arg0 android

WindowManager_LayoutParams() protected méthode

protected WindowManager_LayoutParams ( global @__env )
@__env global

WindowManager_LayoutParams() public méthode

public WindowManager_LayoutParams ( int arg0 )
arg0 int

WindowManager_LayoutParams() public méthode

public WindowManager_LayoutParams ( int arg0, int arg1 )
arg0 int
arg1 int

WindowManager_LayoutParams() public méthode

public WindowManager_LayoutParams ( int arg0, int arg1, int arg2 )
arg0 int
arg1 int
arg2 int

WindowManager_LayoutParams() public méthode

public WindowManager_LayoutParams ( int arg0, int arg1, int arg2, int arg3, int arg4 )
arg0 int
arg1 int
arg2 int
arg3 int
arg4 int

WindowManager_LayoutParams() public méthode

public WindowManager_LayoutParams ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6 )
arg0 int
arg1 int
arg2 int
arg3 int
arg4 int
arg5 int
arg6 int

copyFrom() public méthode

public copyFrom ( android arg0 ) : int
arg0 android
Résultat int

debug() public méthode

public debug ( java arg0 ) : global::java.lang.String
arg0 java
Résultat global::java.lang.String

describeContents() public méthode

public describeContents ( ) : int
Résultat int

getTitle() public méthode

public getTitle ( ) : global::java.lang.CharSequence
Résultat global::java.lang.CharSequence

mayUseInputMethod() public static méthode

public static mayUseInputMethod ( int arg0 ) : bool
arg0 int
Résultat bool

setTitle() public méthode

public setTitle ( java arg0 ) : void
arg0 java
Résultat void

setTitle() public méthode

public setTitle ( string arg0 ) : void
arg0 string
Résultat void

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String

writeToParcel() public méthode

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void