OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bindStandAloneView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java
88
mAdapter.
bindStandAloneView
(mView, getContext(), mCursor);
106
mAdapter.
bindStandAloneView
(mView, getContext(), mCursor);
124
mAdapter.
bindStandAloneView
(mView, getContext(), mCursor);
139
mAdapter.
bindStandAloneView
(mView, getContext(), mCursor);
154
mAdapter.
bindStandAloneView
(mView, getContext(), mCursor);
/frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java
128
protected abstract void
bindStandAloneView
(View view, Context context, Cursor cursor);
474
bindStandAloneView
(view, mContext, mCursor);
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java
616
protected void
bindStandAloneView
(View view, Context context, Cursor cursor) {
[
all
...]
Completed in 1585 milliseconds