Searched refs:mWrapped (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowCallbackWrapper.java30 private Window.Callback mWrapped; field in class:WindowCallbackWrapper
36 mWrapped = wrapped;
41 return mWrapped.dispatchKeyEvent(event);
46 return mWrapped.dispatchKeyShortcutEvent(event);
51 return mWrapped.dispatchTouchEvent(event);
56 return mWrapped.dispatchTrackballEvent(event);
61 return mWrapped.dispatchGenericMotionEvent(event);
66 return mWrapped.dispatchPopulateAccessibilityEvent(event);
71 return mWrapped.onCreatePanelView(featureId);
76 return mWrapped
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DWindowCallbackWrapper.java39 final Window.Callback mWrapped; field in class:WindowCallbackWrapper
45 mWrapped = wrapped;
50 return mWrapped.dispatchKeyEvent(event);
55 return mWrapped.dispatchKeyShortcutEvent(event);
60 return mWrapped.dispatchTouchEvent(event);
65 return mWrapped.dispatchTrackballEvent(event);
70 return mWrapped.dispatchGenericMotionEvent(event);
75 return mWrapped.dispatchPopulateAccessibilityEvent(event);
80 return mWrapped.onCreatePanelView(featureId);
85 return mWrapped
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java37 private final TypedArray mWrapped; field in class:TintTypedArray
55 mWrapped = array;
59 if (mWrapped.hasValue(index)) {
60 final int resourceId = mWrapped.getResourceId(index, 0);
65 return mWrapped.getDrawable(index);
69 if (mWrapped.hasValue(index)) {
70 final int resourceId = mWrapped.getResourceId(index, 0);
79 return mWrapped.length();
83 return mWrapped.getIndexCount();
87 return mWrapped
[all...]
/frameworks/support/v4/honeycomb_mr1/android/support/v4/animation/
H A DHoneycombMr1AnimatorCompatProvider.java44 final Animator mWrapped; field in class:HoneycombMr1AnimatorCompatProvider.HoneycombValueAnimatorCompat
47 mWrapped = wrapped;
52 mWrapped.setTarget(view);
57 mWrapped.addListener(new AnimatorListenerCompatWrapper(listener, this));
62 mWrapped.setDuration(duration);
67 mWrapped.start();
72 mWrapped.cancel();
77 if (mWrapped instanceof ValueAnimator) {
78 ((ValueAnimator) mWrapped).addUpdateListener(
91 return ((ValueAnimator) mWrapped)
97 final AnimatorListenerCompat mWrapped; field in class:HoneycombMr1AnimatorCompatProvider.AnimatorListenerCompatWrapper
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DSizedInputStream.java29 private final InputStream mWrapped; field in class:SizedInputStream
33 mWrapped = wrapped;
40 mWrapped.close();
56 final int n = mWrapped.read(buffer, byteOffset, byteCount);
/frameworks/support/v4/ics/android/support/v4/view/
H A DMenuItemCompatIcs.java52 private SupportActionExpandProxy mWrapped; field in class:MenuItemCompatIcs.OnActionExpandListenerWrapper
55 mWrapped = wrapped;
60 return mWrapped.onMenuItemActionExpand(item);
65 return mWrapped.onMenuItemActionCollapse(item);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DColumnAdapter.java34 private final ListAdapter mWrapped; field in class:ColumnAdapter
44 mWrapped = Preconditions.checkNotNull(wrapped);
68 mListener.onItemClick(mWrapped, position);
74 return (mWrapped.getCount() + mColumns - 1) / mColumns;
99 final int last = mWrapped.getCount() - 1;
109 final View item = mWrapped.getView(validPos, convertItem, row);
131 mWrapped.registerDataSetObserver(observer);
137 mWrapped.unregisterDataSetObserver(observer);
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DActionBarWrapper.java15 private final ActionBarInterface.OnMenuVisibilityListener mWrapped; field in class:ActionBarWrapper.MenuVisiblityListenerWrapper
18 mWrapped = wrapped;
23 mWrapped.onMenuVisibilityChanged(isVisible);
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DActionBarWrapper.java16 private final ActionBarInterface.OnMenuVisibilityListener mWrapped; field in class:ActionBarWrapper.MenuVisiblityListenerWrapper
19 mWrapped = wrapped;
24 mWrapped.onMenuVisibilityChanged(isVisible);
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java70 private final ParcelFileDescriptor mWrapped; field in class:ParcelFileDescriptor
162 mWrapped = wrapped;
178 mWrapped = null;
295 if (mWrapped != null) {
296 return mWrapped.dup();
541 if (mWrapped != null) {
542 return mWrapped.getFileDescriptor();
553 if (mWrapped != null) {
554 return mWrapped.getStatSize();
576 if (mWrapped !
[all...]
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java196 mPassThroughClickListener.mWrapped = listener;
1254 private View.OnClickListener mWrapped; field in class:AutoCompleteTextView.PassThroughClickListener
1260 if (mWrapped != null) mWrapped.onClick(v);
H A DAbsListView.java6239 private MultiChoiceModeListener mWrapped; field in class:AbsListView.MultiChoiceModeWrapper
6242 mWrapped = wrapped;
6246 return mWrapped != null;
6251 if (mWrapped.onCreateActionMode(mode, menu)) {
6261 return mWrapped.onPrepareActionMode(mode, menu);
6266 return mWrapped.onActionItemClicked(mode, item);
6271 mWrapped.onDestroyActionMode(mode);
6287 mWrapped.onItemCheckedStateChanged(mode, position, id, checked);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1637 private ActionMode.Callback mWrapped; field in class:AppCompatDelegateImplV7.ActionModeCallbackWrapperV7
1640 mWrapped = wrapped;
1644 return mWrapped.onCreateActionMode(mode, menu);
1648 return mWrapped.onPrepareActionMode(mode, menu);
1652 return mWrapped.onActionItemClicked(mode, item);
1656 mWrapped.onDestroyActionMode(mode);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3524 private final ActionMode.Callback mWrapped; field in class:PhoneWindow.DecorView.ActionModeCallback2Wrapper
3527 mWrapped = wrapped;
3531 return mWrapped.onCreateActionMode(mode, menu);
3536 return mWrapped.onPrepareActionMode(mode, menu);
3540 return mWrapped.onActionItemClicked(mode, item);
3544 mWrapped.onDestroyActionMode(mode);
3620 if (mWrapped instanceof ActionMode.Callback2) {
3621 ((ActionMode.Callback2) mWrapped).onGetContentRect(mode, view, outRect);

Completed in 690 milliseconds