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: misc stubs
This commit is contained in:
@@ -44,8 +44,14 @@ public class LayoutInflater {
|
||||
this.context = context;
|
||||
}
|
||||
|
||||
private Factory mFactory;
|
||||
|
||||
public final LayoutInflater.Factory getFactory() {
|
||||
return null;
|
||||
return mFactory;
|
||||
}
|
||||
|
||||
public final void setFactory(LayoutInflater.Factory factory){
|
||||
mFactory = factory;
|
||||
}
|
||||
|
||||
public void setFactory2(Factory2 factory) {
|
||||
|
||||
Reference in New Issue
Block a user