Searched defs:mWrapped (Results 1 - 15 of 15) sorted by relevance

/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/compat/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/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/support/v7/recyclerview/src/android/support/v7/util/
H A DBatchingListUpdateCallback.java37 final ListUpdateCallback mWrapped; field in class:BatchingListUpdateCallback
45 mWrapped = callback;
59 mWrapped.onInserted(mLastEventPosition, mLastEventCount);
62 mWrapped.onRemoved(mLastEventPosition, mLastEventCount);
65 mWrapped.onChanged(mLastEventPosition, mLastEventCount, mLastEventPayload);
103 mWrapped.onMoved(fromPosition, toPosition);
/frameworks/base/core/java/android/view/
H A DWindowCallbackWrapper.java32 private Window.Callback mWrapped; field in class:WindowCallbackWrapper
38 mWrapped = wrapped;
43 return mWrapped.dispatchKeyEvent(event);
48 return mWrapped.dispatchKeyShortcutEvent(event);
53 return mWrapped.dispatchTouchEvent(event);
58 return mWrapped.dispatchTrackballEvent(event);
63 return mWrapped.dispatchGenericMotionEvent(event);
68 return mWrapped.dispatchPopulateAccessibilityEvent(event);
73 return mWrapped.onCreatePanelView(featureId);
78 return mWrapped
[all...]
/frameworks/support/compat/honeycomb_mr1/android/support/v4/animation/
H A DHoneycombMr1AnimatorCompatProvider.java42 final Animator mWrapped; field in class:HoneycombMr1AnimatorCompatProvider.HoneycombValueAnimatorCompat
45 mWrapped = wrapped;
50 mWrapped.setTarget(view);
55 mWrapped.addListener(new AnimatorListenerCompatWrapper(listener, this));
60 mWrapped.setDuration(duration);
65 mWrapped.start();
70 mWrapped.cancel();
75 if (mWrapped instanceof ValueAnimator) {
76 ((ValueAnimator) mWrapped).addUpdateListener(
89 return ((ValueAnimator) mWrapped)
95 final AnimatorListenerCompat mWrapped; field in class:HoneycombMr1AnimatorCompatProvider.AnimatorListenerCompatWrapper
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DWindowCallbackWrapper.java46 final Window.Callback mWrapped; field in class:WindowCallbackWrapper
52 mWrapped = wrapped;
57 return mWrapped.dispatchKeyEvent(event);
62 return mWrapped.dispatchKeyShortcutEvent(event);
67 return mWrapped.dispatchTouchEvent(event);
72 return mWrapped.dispatchTrackballEvent(event);
77 return mWrapped.dispatchGenericMotionEvent(event);
82 return mWrapped.dispatchPopulateAccessibilityEvent(event);
87 return mWrapped.onCreatePanelView(featureId);
92 return mWrapped
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java43 private final TypedArray mWrapped; field in class:TintTypedArray
64 mWrapped = array;
68 if (mWrapped.hasValue(index)) {
69 final int resourceId = mWrapped.getResourceId(index, 0);
74 return mWrapped.getDrawable(index);
78 if (mWrapped.hasValue(index)) {
79 final int resourceId = mWrapped.getResourceId(index, 0);
88 return mWrapped.length();
92 return mWrapped.getIndexCount();
96 return mWrapped
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java408 private final ActionMode.Callback mWrapped; field in class:StatusBarWindowView.ActionModeCallback2Wrapper
411 mWrapped = wrapped;
415 return mWrapped.onCreateActionMode(mode, menu);
420 return mWrapped.onPrepareActionMode(mode, menu);
424 return mWrapped.onActionItemClicked(mode, item);
428 mWrapped.onDestroyActionMode(mode);
438 if (mWrapped instanceof ActionMode.Callback2) {
439 ((ActionMode.Callback2) mWrapped).onGetContentRect(mode, view, outRect);
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java70 private final ParcelFileDescriptor mWrapped; field in class:ParcelFileDescriptor
162 mWrapped = wrapped;
178 mWrapped = null;
308 if (mWrapped != null) {
309 return mWrapped.dup();
554 if (mWrapped != null) {
555 return mWrapped.getFileDescriptor();
566 if (mWrapped != null) {
567 return mWrapped.getStatSize();
589 if (mWrapped !
[all...]
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java305 mPassThroughClickListener.mWrapped = listener;
1363 private View.OnClickListener mWrapped; field in class:AutoCompleteTextView.PassThroughClickListener
1369 if (mWrapped != null) mWrapped.onClick(v);
H A DAbsListView.java6409 private MultiChoiceModeListener mWrapped; field in class:AbsListView.MultiChoiceModeWrapper
6412 mWrapped = wrapped;
6416 return mWrapped != null;
6421 if (mWrapped.onCreateActionMode(mode, menu)) {
6431 return mWrapped.onPrepareActionMode(mode, menu);
6436 return mWrapped.onActionItemClicked(mode, item);
6441 mWrapped.onDestroyActionMode(mode);
6457 mWrapped.onItemCheckedStateChanged(mode, position, id, checked);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java1772 private ActionMode.Callback mWrapped; field in class:AppCompatDelegateImplV9.ActionModeCallbackWrapperV9
1775 mWrapped = wrapped;
1780 return mWrapped.onCreateActionMode(mode, menu);
1785 return mWrapped.onPrepareActionMode(mode, menu);
1790 return mWrapped.onActionItemClicked(mode, item);
1795 mWrapped.onDestroyActionMode(mode);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java2285 private final ActionMode.Callback mWrapped; field in class:DecorView.ActionModeCallback2Wrapper
2288 mWrapped = wrapped;
2292 return mWrapped.onCreateActionMode(mode, menu);
2297 return mWrapped.onPrepareActionMode(mode, menu);
2301 return mWrapped.onActionItemClicked(mode, item);
2305 mWrapped.onDestroyActionMode(mode);
2391 if (mWrapped instanceof ActionMode.Callback2) {
2392 ((ActionMode.Callback2) mWrapped).onGetContentRect(mode, view, outRect);

Completed in 1249 milliseconds