23 lines
449 B
Java
23 lines
449 B
Java
|
package com.kofax.mobile.sdk._internal.view;
|
||
|
|
||
|
import android.graphics.Canvas;
|
||
|
import android.graphics.Rect;
|
||
|
import com.kofax.mobile.sdk._internal.capture.CaptureMessage;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface o {
|
||
|
void c(CaptureMessage captureMessage);
|
||
|
|
||
|
void draw(Canvas canvas, Rect rect);
|
||
|
|
||
|
void f(int i, int i2, int i3, int i4);
|
||
|
|
||
|
void g(Rect rect);
|
||
|
|
||
|
void setAlpha(float f);
|
||
|
|
||
|
CaptureMessage sm();
|
||
|
|
||
|
int sn();
|
||
|
}
|