OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteAdapterConnectionCallback
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java
80
private WeakReference<
RemoteAdapterConnectionCallback
> mCallback;
121
public interface
RemoteAdapterConnectionCallback
{
140
private final
RemoteAdapterConnectionCallback
mCallback;
143
public AsyncRemoteAdapterAction(
RemoteAdapterConnectionCallback
callback, Intent intent) {
256
final
RemoteAdapterConnectionCallback
callback =
288
final
RemoteAdapterConnectionCallback
callback = adapter.mCallback.get();
775
RemoteAdapterConnectionCallback
callback, boolean useAsyncLoader) {
[
all
...]
AdapterViewAnimator.java
47
implements RemoteViewsAdapter.
RemoteAdapterConnectionCallback
, Advanceable {
[
all
...]
AbsListView.java
108
RemoteViewsAdapter.
RemoteAdapterConnectionCallback
{
[
all
...]
/frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java
51
import android.widget.RemoteViewsAdapter.
RemoteAdapterConnectionCallback
;
593
} else if (adapter == null && adapterView instanceof
RemoteAdapterConnectionCallback
) {
597
((
RemoteAdapterConnectionCallback
) adapterView).deferNotifyDataSetChanged();
/frameworks/base/
preloaded-classes
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 494 milliseconds