-
public class OverlayLayout.LayoutParams extends FrameLayout.LayoutParams
-
-
Field Summary
Fields Modifier and Type Field Description public booleandrawOnPreviewpublic booleandrawOnPictureSnapshotpublic booleandrawOnVideoSnapshot
-
Constructor Summary
Constructors Constructor Description LayoutParams(int width, int height)LayoutParams(Context context, AttributeSet attrs)
-
Method Summary
Modifier and Type Method Description booleandrawsOn(Overlay.Target target)StringtoString()-
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
getLayoutDirection, getMarginEnd, getMarginStart, isMarginRelative, resolveLayoutDirection, setLayoutDirection, setMarginEnd, setMarginStart, setMargins -
Methods inherited from class android.view.ViewGroup.LayoutParams
setBaseAttributes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LayoutParams
LayoutParams(int width, int height)
-
LayoutParams
LayoutParams(Context context, AttributeSet attrs)
-
-
Method Detail
-
drawsOn
boolean drawsOn(Overlay.Target target)
-
-
-
-