copy AdapterView, AbsSpinner and Gallery from AOSP

copied from tag android-6.0.1_r81

existing GTK based implementation was moved from AbsSpinner to Spinner
This commit is contained in:
Julian Winkler
2024-11-23 09:36:42 +01:00
committed by Mis012
parent f53ad02e6f
commit 332d3d1137
12 changed files with 3065 additions and 321 deletions

View File

@@ -127,7 +127,7 @@ public class ViewGroup extends View implements ViewParent, ViewManager {
}
public void detachViewFromParent(int index) {
removeViewAt(index);
removeViewInternal(children.get(index));
}
public void attachViewToParent(View view, int index, LayoutParams params) {
@@ -367,7 +367,7 @@ public class ViewGroup extends View implements ViewParent, ViewManager {
public void setClipChildren(boolean clipChildren) {}
public void dispatchSetPressed(boolean pressed) {}
protected void dispatchSetPressed(boolean pressed) {}
@Override
public View findViewWithTag(Object tag) {