OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccountElements
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
AccountViewAdapter.java
29
private List<
AccountElements
> mData;
36
* @param data A list with
AccountElements
data type. The list contains the data of each
37
* account and the each member of
AccountElements
will correspond to one item view.
39
public AccountViewAdapter(Context context, final List<
AccountElements
> data) {
59
public void updateData(final List<
AccountElements
> data) {
72
AccountElements
elements = (
AccountElements
) getItem(position);
77
public static class
AccountElements
{
91
public
AccountElements
(int icon, String name, String number) {
103
public
AccountElements
(Drawable drawable, String name, String number)
[
all
...]
AccountItemView.java
30
import com.android.internal.widget.AccountViewAdapter.
AccountElements
;
67
public void setViewItem(
AccountElements
element) {
Completed in 42 milliseconds