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
View.draw(): draw background, content, children in same order as AOSP
This commit is contained in:
@@ -133,6 +133,10 @@ public class ViewGroup extends View implements ViewParent, ViewManager {
|
||||
|
||||
protected native void native_addView(long widget, long child, int index, LayoutParams params);
|
||||
protected native void native_removeView(long widget, long child);
|
||||
@Override
|
||||
protected native void native_drawChildren(long widget, long snapshot);
|
||||
@Override
|
||||
protected void native_drawContent(long widget, long snapshot) {}
|
||||
|
||||
public View getChildAt(int index) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user