Searched refs:mWrappedListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarImplICS.java64 } else if (wrapper.mWrappedListener == compatListener) {
347 private final OnNavigationListener mWrappedListener; field in class:ActionBarImplICS.OnNavigationListenerWrapper
350 mWrappedListener = l;
355 return mWrappedListener.onNavigationItemSelected(itemPosition, itemId);
363 final OnMenuVisibilityListener mWrappedListener; field in class:ActionBarImplICS.OnMenuVisibilityListenerWrapper
366 mWrappedListener = l;
371 mWrappedListener.onMenuVisibilityChanged(isVisible);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewICS.java263 private final OnItemClickListener mWrappedListener; field in class:AdapterViewICS.OnItemClickListenerWrapper
266 mWrappedListener = listener;
271 mWrappedListener.onItemClick(AdapterViewICS.this, view, position, id);

Completed in 72 milliseconds