Searched refs:delegate (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
H A DReverseComparator.java24 * the delegate {@link Comparator}.
31 private final Comparator<T> delegate; field in class:ReverseComparator
34 * Construct an instance with the sepecified delegate {@link Comparator}.
36 * @param delegate The comparator to delegate to
38 public ReverseComparator(Comparator<T> delegate) { argument
39 if (delegate == null) {
42 this.delegate = delegate;
46 * Compare using the delegate Comparato
[all...]
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DTestLoaderManagerBase.java25 * delegate to the original object.
82 * Sets the object to which we delegate the actual work.
87 public abstract void setDelegate(LoaderManager delegate); argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousProfileProvider.java30 public SynchronousProfileProvider(ContactsProvider2 delegate) { argument
31 super(delegate);
H A DBaseVoicemailProviderTest.java164 public static synchronized void setVvmProviderCallDelegate(VvmProviderCalls delegate) { argument
165 mDelegate = delegate;
/packages/apps/Camera2/src/com/android/camera/async/
H A DForwardingObservable.java31 public ForwardingObservable(Observable<T> delegate) { argument
32 mDelegate = delegate;
H A DForwardingBufferQueue.java28 public ForwardingBufferQueue(BufferQueue<T> delegate) { argument
29 mDelegate = delegate;
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
H A DDelegateFileFilter.java40 * Constructs a delegate file filter around an existing FilenameFilter.
53 * Constructs a delegate file filter around an existing FileFilter.
100 String delegate = (fileFilter != null ? fileFilter.toString() : filenameFilter.toString());
101 return super.toString() + "(" + delegate + ")";
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DObservableFrameServer.java55 private SessionImpl(Session delegate) { argument
57 mDelegate = delegate;
77 public ObservableFrameServer(FrameServer delegate) { argument
78 mDelegate = delegate;
H A DResponseListeners.java45 private ResponseListenerBase(Updatable<T> delegate) { argument
46 mDelegate = delegate;
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DForwardingImageReader.java28 public ForwardingImageReader(ImageReaderProxy delegate) { argument
29 mDelegate = delegate;
H A DAndroidImageReaderProxy.java38 public AndroidImageReaderProxy(android.media.ImageReader delegate) { argument
40 mDelegate = delegate;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DVoice.java33 public static void setDelegate(Delegate delegate) { argument
34 sDelegate = delegate;
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
H A DTestLoaderManager.java52 * Sets the object to which we delegate the actual work.
57 public void setDelegate(LoaderManager delegate) { argument
58 if (delegate == null || (mDelegate != null && mDelegate != delegate)) {
62 mDelegate = delegate;
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DCloseWhenDoneImageReader.java64 public CloseWhenDoneImageReader(ImageReaderProxy delegate) { argument
65 super(delegate);
H A DLoggingImageReader.java52 public LoggingImageReader(ImageReaderProxy delegate, Logger.Factory logFactory) { argument
53 super(delegate);
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiChoiceManager.java76 public void setDelegate(Delegate delegate) { argument
77 if (mDelegate == delegate) {
83 mDelegate = delegate;
192 public BulkDeleteTask(Delegate delegate, List<Object> paths) { argument
193 mDelegate = delegate;
/packages/services/Telecomm/libs/
H A Dguava.jar ... .google.common.util.concurrent.ListenableFuture delegate com.google.common.base.Function mapper ...
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
H A DAutoFlashZslImageFilter.java84 public AEConvergedTotalCaptureResult(TotalCaptureResultProxy delegate) { argument
85 mDelegate = delegate;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPageBottomControls.java60 public PhotoPageBottomControls(Delegate delegate, Context context, RelativeLayout layout) { argument
61 mDelegate = delegate;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java44 public ProfileProvider(ContactsProvider2 delegate) { argument
45 mDelegate = delegate;
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncAdapter.java157 final View delegate = view.findViewById(R.id.color);
158 final View delegateParent = (View) delegate.getParent();
164 delegate.getHitRect(r);
169 delegateParent.setTouchDelegate(new TouchDelegate(r, delegate));
H A DSelectCalendarsSimpleAdapter.java228 final View delegate = view.findViewById(R.id.color);
229 final View delegateParent = (View) delegate.getParent();
235 delegate.getHitRect(r);
240 delegateParent.setTouchDelegate(new TouchDelegate(r, delegate));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java510 DropTarget delegate = dropTarget.getDropTargetDelegate(mDragObject);
511 if (delegate != null) {
512 dropTarget = delegate;
708 DropTarget delegate = target.getDropTargetDelegate(mDragObject);
709 if (delegate != null) {
710 target = delegate;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityNodeProvider.java74 /** The accessibility delegate. */
81 final KeyboardAccessibilityDelegate<KV> delegate) {
86 mDelegate = delegate;
80 KeyboardAccessibilityNodeProvider(final KV keyboardView, final KeyboardAccessibilityDelegate<KV> delegate) argument
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1138 milliseconds

12