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
misc stuff to make glmark2 run
This commit is contained in:
@@ -28,6 +28,9 @@ public abstract class AdapterView extends ViewGroup {
|
||||
public void onItemClick(AdapterView parent, View view, int position, long id);
|
||||
}
|
||||
|
||||
public interface OnItemLongClickListener {
|
||||
}
|
||||
|
||||
public void setAdapter(Adapter adapter) {
|
||||
this.adapter = adapter;
|
||||
}
|
||||
@@ -39,6 +42,8 @@ public abstract class AdapterView extends ViewGroup {
|
||||
|
||||
public void setOnItemClickListener(AdapterView.OnItemClickListener listener) {}
|
||||
|
||||
public void setOnItemLongClickListener(AdapterView.OnItemLongClickListener listener) {}
|
||||
|
||||
public void setSelection(int position, boolean animate) {}
|
||||
|
||||
public Adapter getAdapter() {
|
||||
|
||||
Reference in New Issue
Block a user