package android.text;
/*
* #%L
* Matos
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2010 - 2014 Orange SA
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
@com.francetelecom.rd.stubs.annotation.ClassDone(0)
public class DynamicLayout
extends Layout{
// Constructors
public DynamicLayout(java.lang.CharSequence arg1, TextPaint arg2, int arg3, Layout.Alignment arg4, float arg5, float arg6, boolean arg7){
super((java.lang.CharSequence) null, (TextPaint) null, 0, (Layout.Alignment) null, 0.0f, 0.0f);
}
public DynamicLayout(java.lang.CharSequence arg1, java.lang.CharSequence arg2, TextPaint arg3, int arg4, Layout.Alignment arg5, float arg6, float arg7, boolean arg8){
super((java.lang.CharSequence) null, (TextPaint) null, 0, (Layout.Alignment) null, 0.0f, 0.0f);
}
public DynamicLayout(java.lang.CharSequence arg1, java.lang.CharSequence arg2, TextPaint arg3, int arg4, Layout.Alignment arg5, float arg6, float arg7, boolean arg8, TextUtils.TruncateAt arg9, int arg10){
super((java.lang.CharSequence) null, (TextPaint) null, 0, (Layout.Alignment) null, 0.0f, 0.0f);
}
public DynamicLayout(java.lang.CharSequence arg1, java.lang.CharSequence arg2, TextPaint arg3, int arg4, Layout.Alignment arg5, TextDirectionHeuristic arg6, float arg7, float arg8, boolean arg9, TextUtils.TruncateAt arg10, int arg11){
super((java.lang.CharSequence) null, (TextPaint) null, 0, (Layout.Alignment) null, 0.0f, 0.0f);
}
// Methods
public int getLineCount(){
return 0;
}
public int getLineTop(int arg1){
return 0;
}
public int getLineDescent(int arg1){
return 0;
}
public int getEllipsizedWidth(){
return 0;
}
public int getParagraphDirection(int arg1){
return 0;
}
public int getLineStart(int arg1){
return 0;
}
public boolean getLineContainsTab(int arg1){
return false;
}
public final Layout.Directions getLineDirections(int arg1){
return (Layout.Directions) null;
}
public int getTopPadding(){
return 0;
}
public int getBottomPadding(){
return 0;
}
public int getEllipsisCount(int arg1){
return 0;
}
public int getEllipsisStart(int arg1){
return 0;
}
}