Skip navigation links
A C G L M O S T V 

A

addNewEditText(float, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new EditText with (TextSize, Left, Top, Width, Height) parameters
addNewImageView(float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new ImageView with (Left, Top, Width, Height) parameters Drawable is null by default.
addNewImageView(Bitmap, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new ImageView with (Bitmap, Left, Top, Width, Height) parameters sets Image of ImageView with Bitmap parameter DuplicateState is false by default.
addNewImageView(int, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new ImageView with (ResourceID, Left, Top, Width, Height) parameters sets Image of ImageView with ResourceID parameter DuplicateState is false by default.
addNewImageView(int, float, float, float, float, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new ImageView with (ResourceID, Left, Top, Width, Height, DuplicateState) parameters sets Image of ImageView with ResourceID parameter
addNewImageView(Drawable, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new ImageView with (Drawable, Left, Top, Width, Height) parameters sets Image of ImageView with Drawable parameter DuplicateState is false by default.
addNewImageView(Drawable, float, float, float, float, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new ImageView with (Drawable, Left, Top, Width, Height, DuplicateState) parameters sets Image of ImageView with Drawable parameter
addNewTextView(String, float, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new TextView with (TextSize, Left, Top, Width, Height) parameters DuplicateState is false by default.
addNewTextView(String, float, float, float, float, float, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
adds new TextView with (TextSize, Left, Top, Width, Height, duplicateState) parameters
addView(View) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
addView(View, int) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
addView(View, int, int) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
addView(View, ViewGroup.LayoutParams) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
addView(View, int, ViewGroup.LayoutParams) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
addView(View, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 

C

com.ssomai.android.scalablelayout - package com.ssomai.android.scalablelayout
 

G

generateDefaultLayoutParams() - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
generateLayoutParams(AttributeSet) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
generateLayoutParams(ViewGroup.LayoutParams) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
getChildLayoutParams(View) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
getLogTag_This() - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
getScale_Bottom() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScale_Height() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScale_Left() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScale_Left_BasePosition() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScale_Right() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScale_TextSize() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScale_Top() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScale_Top_BasePosition() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScale_Width() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
getScaleHeight() - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
getScaleWidth() - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
getTextView_WrapContent_Scale_MaxWidth() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 

L

LayoutParams(Context, AttributeSet) - Constructor for class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
LayoutParams(float, float, float, float) - Constructor for class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
LayoutParams(float, int, float, int, float, float) - Constructor for class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 

M

moveChildView(View, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
move childView inside ScalableLayout
moveChildView(View, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
move and resize childView inside ScalableLayout

O

onMeasure(int, int) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 

S

ScalableLayout - Class in com.ssomai.android.scalablelayout
 
ScalableLayout(Context) - Constructor for class com.ssomai.android.scalablelayout.ScalableLayout
Simple constructor to use when creating a view from code.
ScalableLayout(Context, AttributeSet) - Constructor for class com.ssomai.android.scalablelayout.ScalableLayout
Constructor that is called when inflating a view from XML.
ScalableLayout(Context, float, float) - Constructor for class com.ssomai.android.scalablelayout.ScalableLayout
Simple constructor to use when creating a view from code.
ScalableLayout.LayoutParams - Class in com.ssomai.android.scalablelayout
ScalableLayout.LayoutParams
ScalableLayout.TextView_WrapContent_Direction - Enum in com.ssomai.android.scalablelayout
 
setLoggable() - Static method in class com.ssomai.android.scalablelayout.ScalableLayout
setLoggable("ScalableLayout");
setLoggable(String) - Static method in class com.ssomai.android.scalablelayout.ScalableLayout
Log를 출력할수 있게함
setScale_Height(float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setScale_Left(float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setScale_Left_BasePosition(int) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setScale_TextSize(float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setScale_TextSize(TextView, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
sets TextSize of TextView and EdiText to scale automatically
setScale_Top(float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setScale_Top_BasePosition(int) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setScale_Width(float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setScaleHeight(float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
setScaleSize(float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
setScaleWidth(float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
setTextView_WrapContent(ScalableLayout.TextView_WrapContent_Direction, boolean, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setTextView_WrapContent(TextView, ScalableLayout.TextView_WrapContent_Direction, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
setTextView_WrapContent(TextView, ScalableLayout.TextView_WrapContent_Direction, boolean, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 
setTextView_WrapContent_Scale_MaxWidth(float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
setThisLoggable() - Method in class com.ssomai.android.scalablelayout.ScalableLayout
setLoggable("ScalableLayout");
setThisLoggable(String) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
Log를 출력할수 있게함

T

toString() - Method in class com.ssomai.android.scalablelayout.ScalableLayout.LayoutParams
 
toString() - Method in class com.ssomai.android.scalablelayout.ScalableLayout
 

V

valueOf(String) - Static method in enum com.ssomai.android.scalablelayout.ScalableLayout.TextView_WrapContent_Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ssomai.android.scalablelayout.ScalableLayout.TextView_WrapContent_Direction
Returns an array containing the constants of this enum type, in the order they are declared.
A C G L M O S T V 
Skip navigation links