Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ rect
Method
rect
app/src/main/java/com/github/catvod/bean/Vod.java:174–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
private
Float ratio;
173
174
public
static
Style rect() {
175
return
rect(0.75f);
176
}
177
178
public
static
Style rect(float ratio) {
179
return
new
Style(
"rect"
, ratio);
Callers
1
vod
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected