package android.view;
/*
* #%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 Display
{
// Fields
public static final int DEFAULT_DISPLAY = 0;
// Constructors
Display(int arg1, CompatibilityInfoHolder arg2){
}
// Methods
public void getSize(android.graphics.Point arg1){
}
public void getMetrics(android.util.DisplayMetrics arg1){
}
public int getWidth(){
return 0;
}
public int getHeight(){
return 0;
}
public int getRotation(){
return 0;
}
public int getOrientation(){
return 0;
}
public int getMaximumSizeDimension(){
return 0;
}
public void getRectSize(android.graphics.Rect arg1){
}
public void getRealSize(android.graphics.Point arg1){
}
public int getDisplayId(){
return 0;
}
public static Display createCompatibleDisplay(int arg1, CompatibilityInfoHolder arg2){
return (Display) null;
}
public void getMetricsWithSize(android.util.DisplayMetrics arg1, int arg2, int arg3){
}
public int getRawWidth(){
return 0;
}
public int getRawHeight(){
return 0;
}
public int getRawExternalWidth(){
return 0;
}
public int getRawExternalHeight(){
return 0;
}
public int getPixelFormat(){
return 0;
}
public float getRefreshRate(){
return 0.0f;
}
public void getRealMetrics(android.util.DisplayMetrics arg1){
}
}