A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
F
- FILL - enum entry in com.naver.ads.ui.AspectRatioDecorator.ResizeMode
The specified aspect ratio is ignored.
- FIT - enum entry in com.naver.ads.ui.AspectRatioDecorator.ResizeMode
Either the width or height is decreased to obtain the desired aspect ratio.
- FIXED_HEIGHT - enum entry in com.naver.ads.ui.AspectRatioDecorator.ResizeMode
The height is fixed and the width is increased or decreased to obtain the desired aspect ratio.
- FIXED_WIDTH - enum entry in com.naver.ads.ui.AspectRatioDecorator.ResizeMode
The width is fixed and the height is increased or decreased to obtain the desired aspect ratio.
- fixNull(java.lang.String,java.lang.String) - function in com.naver.ads.util.StringUtils
- format(java.util.Date,java.lang.Boolean,java.util.TimeZone) - function in com.naver.ads.util.CalendarUtils
- Format a date into yyyy-MM-ddThh:mm:ss.
- format(java.util.Date,java.lang.Boolean) - function in com.naver.ads.util.CalendarUtils
- Format a date into yyyy-MM-ddThh:mm:ss.
- format(java.util.Date) - function in com.naver.ads.util.CalendarUtils
- Format a date into yyyy-MM-ddThh:mm:ss.
- from(java.lang.Class,V) - function in com.naver.ads.util.ReflectionUtils.ClassParameter.Companion