mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
13 lines
331 B
Java
Generated
13 lines
331 B
Java
Generated
// Generated automatically from android.view.translation.ViewTranslationCallback for testing purposes
|
|
|
|
package android.view.translation;
|
|
|
|
import android.view.View;
|
|
|
|
public interface ViewTranslationCallback
|
|
{
|
|
boolean onClearTranslation(View p0);
|
|
boolean onHideTranslation(View p0);
|
|
boolean onShowTranslation(View p0);
|
|
}
|