You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: add misc stubs for Open Sudoku
This commit is contained in:
committed by
Mis012
parent
1fb5be92dc
commit
e5a6ee2b55
@@ -27,6 +27,7 @@ import android.util.Slog;
|
||||
import android.util.SparseArray;
|
||||
import android.view.animation.Animation;
|
||||
|
||||
import java.lang.CharSequence;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
@@ -1861,4 +1862,10 @@ public class View implements Drawable.Callback {
|
||||
else
|
||||
return null;
|
||||
}
|
||||
|
||||
public void setTooltipText(CharSequence tooltip) {}
|
||||
|
||||
public int getImportantForAutofill() {return 0;}
|
||||
|
||||
public void setImportantForAutofill(int flag) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user