public class UnitedLiveDimensUtils
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
BIG_IMAGE_H |
static int |
BIG_IMAGE_W |
static int |
BIG_IMAGE_X |
static int |
BIG_IMAGE_Y |
static int |
IMAGE_TOP |
static int |
SMALL_IMAGE_H |
static int |
SMALL_IMAGE_W |
static int |
SMALL_IMAGE_X |
static int |
SMALL_IMAGE_Y |
static int |
SMALL_TOP_IMAGE_Y |
构造器和说明 |
---|
UnitedLiveDimensUtils() |
限定符和类型 | 方法和说明 |
---|---|
static android.graphics.Rect |
getFirstRect(int remoteNum) |
static android.graphics.Rect |
getSecondRect(int remoteNum) |
static int |
getSmallMaskHeight()
就是等于之前的 vcall_small_view_height 164dp
|
static int |
getSmallMaskMarginLeft()
就是等于之前的 vcall_small_view_right 10dp
|
static int |
getSmallMaskMarginTop(boolean isDou)
就是等于之前的 vcall_small_view_booth_bottom 60或者234dp
|
static int |
getSmallMaskWidth()
就是等于之前的 vcall_small_view_width 123dp
|
static android.graphics.Rect |
getThirdRect(int remoteNum) |
static android.graphics.Rect |
getUnionAudienceRect(int top,
int left,
int width,
int height,
int videoWidth,
int videoHeight,
int screenWidth,
int screenHeight)
第三方观众看到的窗口位置
|
public static final int BIG_IMAGE_W
public static final int BIG_IMAGE_H
public static final int BIG_IMAGE_X
public static final int BIG_IMAGE_Y
public static final int SMALL_IMAGE_W
public static final int SMALL_IMAGE_H
public static final int SMALL_IMAGE_X
public static final int SMALL_IMAGE_Y
public static final int SMALL_TOP_IMAGE_Y
public static final int IMAGE_TOP
public static android.graphics.Rect getFirstRect(int remoteNum)
public static android.graphics.Rect getSecondRect(int remoteNum)
public static android.graphics.Rect getThirdRect(int remoteNum)
public static android.graphics.Rect getUnionAudienceRect(int top, int left, int width, int height, int videoWidth, int videoHeight, int screenWidth, int screenHeight)
top
- left
- width
- height
- videoWidth
- videoHeight
- public static int getSmallMaskWidth()
public static int getSmallMaskHeight()
public static int getSmallMaskMarginTop(boolean isDou)
public static int getSmallMaskMarginLeft()