28 lines
503 B
Java
28 lines
503 B
Java
|
package com.kofax.mobile.sdk._internal.view;
|
||
|
|
||
|
import android.graphics.Point;
|
||
|
import android.view.View;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface m {
|
||
|
void clear();
|
||
|
|
||
|
int getGuidanceFrameColor();
|
||
|
|
||
|
int getOuterOverlayFrameColor();
|
||
|
|
||
|
double getPaddingPercent();
|
||
|
|
||
|
View getView();
|
||
|
|
||
|
void setCenter(Point point);
|
||
|
|
||
|
void setGuidanceFrameColor(int i);
|
||
|
|
||
|
void setOuterOverlayFrameColor(int i);
|
||
|
|
||
|
void setOverlayAspectRatio(double d);
|
||
|
|
||
|
void setPaddingPercent(double d);
|
||
|
}
|