Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

import android.graphics.Rect;

public class Main {
    public static int adHeightForOrientation(int paramInt) {
        return adSizeForOrientation(paramInt).height();
    }

    public static Rect adSizeForOrientation(int paramInt) {
        switch (paramInt) {
        }
        for (Rect localRect = new Rect(0, 0, 320, 50);; localRect = new Rect(0, 0, 480, 32)) {
            return localRect;
        }
    }
}