/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
SingleThreadedMediaPlayerProxy.java | 30 private final MediaPlayerProxy mDelegate; 33 mDelegate = delegate; 38 mDelegate.setOnErrorListener(listener); 43 mDelegate.setOnCompletionListener(listener); 48 mDelegate.release(); 53 mDelegate.reset(); 58 mDelegate.setDataSource(path); 64 mDelegate.setDataSource(context, intentUri); 69 mDelegate.prepare(); 74 return mDelegate.getDuration() [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/ |
VisibleRecipientChip.java | 32 private final SimpleRecipientChip mDelegate; 37 mDelegate = new SimpleRecipientChip(entry); 42 mDelegate.setSelected(selected); 47 return mDelegate.isSelected(); 52 return mDelegate.getDisplay(); 57 return mDelegate.getValue(); 62 return mDelegate.getContactId(); 67 return mDelegate.getDataId(); 72 return mDelegate.getEntry(); 77 mDelegate.setOriginalText(text) [all...] |
InvisibleRecipientChip.java | 31 private final SimpleRecipientChip mDelegate; 36 mDelegate = new SimpleRecipientChip(entry); 41 mDelegate.setSelected(selected); 46 return mDelegate.isSelected(); 51 return mDelegate.getDisplay(); 56 return mDelegate.getValue(); 61 return mDelegate.getContactId(); 66 return mDelegate.getDataId(); 71 return mDelegate.getEntry(); 76 mDelegate.setOriginalText(text) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlEditor.java | 94 private CommonXmlDelegate mDelegate = null; 150 mDelegate = creator.createForFile(this, type); 151 if (mDelegate != null) { 157 if (mDelegate == null) { 165 mDelegate = new PlainXmlEditorDelegate(this); 174 mDelegate = new OtherXmlEditorDelegate(this); 177 mDelegate = creator.createForFile(this, type); 178 if (mDelegate != null) { 184 if (mDelegate == null) { 192 mDelegate = new PlainXmlEditorDelegate(this) [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ProfileProvider.java | 41 private final ContactsProvider2 mDelegate; 44 mDelegate = delegate; 53 if (!mDelegate.isValidPreAuthorizedUri(uri)) { 54 mDelegate.getContext().enforceCallingOrSelfPermission(READ_PERMISSION, null); 62 mDelegate.getContext().enforceCallingOrSelfPermission(WRITE_PERMISSION, null); 72 return mDelegate.getTransactionHolder(); 85 return mDelegate.queryLocal(uri, projection, selection, selectionArgs, sortOrder, -1, 93 return mDelegate.insertInTransaction(uri, values); 101 return mDelegate.updateInTransaction(uri, values, selection, selectionArgs); 108 return mDelegate.deleteInTransaction(uri, selection, selectionArgs) [all...] |
/frameworks/base/core/java/android/net/http/ |
X509TrustManagerExtensions.java | 36 TrustManagerImpl mDelegate; 46 mDelegate = (TrustManagerImpl) tm; 64 return mDelegate.checkServerTrusted(chain, authType, host);
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DateSortedDownloadAdapter.java | 32 private final DownloadAdapter mDelegate; 38 mDelegate = new DownloadAdapter(downloadList, cursor); 47 convertView = mDelegate.newView(); 57 mDelegate.bindView(convertView, pos);
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwScrollOffsetManager.java | 51 private final Delegate mDelegate; 84 mDelegate = delegate; 99 return mDelegate.getContainerViewScrollX(); 111 return mDelegate.getContainerViewScrollY(); 138 onContainerViewScrollChanged(mDelegate.getContainerViewScrollX(), 139 mDelegate.getContainerViewScrollY()); 157 final int scrollX = mDelegate.getContainerViewScrollX(); 158 final int scrollY = mDelegate.getContainerViewScrollY(); 166 mDelegate.overScrollContainerViewBy(deltaX, deltaY, scrollX, scrollY, 180 // if (deltaX < 0) assert mDelegate.getContainerViewScrollX() == 0 [all...] |
AwLayoutSizer.java | 52 private Delegate mDelegate; 69 mDelegate = delegate; 92 mDelegate.requestLayout(); 137 mDelegate.requestLayout(); 187 mDelegate.setMeasuredDimension(measuredWidth, measuredHeight); 217 mDelegate.setFixedLayoutSize(widthDip, heightDip); 226 boolean wrapContentForHeight = mDelegate.isLayoutParamsHeightWrapContent();
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ |
ChromeContextMenuPopulator.java | 21 private final ChromeContextMenuItemDelegate mDelegate; 30 mDelegate = delegate; 51 if (mDelegate.isIncognito() || !mDelegate.isIncognitoSupported()) { 69 if (mDelegate.canLoadOriginalImage()) { 98 mDelegate.onOpenInNewTab(params.getLinkUrl()); 100 mDelegate.onOpenInNewIncognitoTab(params.getLinkUrl()); 102 mDelegate.onOpenImageUrl(params.getSrcUrl()); 105 mDelegate.onOpenImageInNewTab(params.getSrcUrl()); 107 mDelegate.onSaveToClipboard(params.getUnfilteredLinkUrl(), true) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoringWizard.java | 29 protected final LayoutEditorDelegate mDelegate; 33 mDelegate = editor; 38 mDelegate.getEditor().setIgnoreXmlUpdate(true); 42 mDelegate.getEditor().setIgnoreXmlUpdate(false); 43 mDelegate.refreshXmlModel();
|
ChangeLayoutAction.java | 32 ChangeLayoutRefactoring ref = new ChangeLayoutRefactoring(mFile, mDelegate, 34 RefactoringWizard wizard = new ChangeLayoutWizard(ref, mDelegate);
|
ChangeViewAction.java | 32 ChangeViewRefactoring ref = new ChangeViewRefactoring(mFile, mDelegate, 34 RefactoringWizard wizard = new ChangeViewWizard(ref, mDelegate);
|
ExtractIncludeAction.java | 32 ExtractIncludeRefactoring ref = new ExtractIncludeRefactoring(mFile, mDelegate, 34 RefactoringWizard wizard = new ExtractIncludeWizard(ref, mDelegate);
|
ExtractStyleAction.java | 32 ExtractStyleRefactoring ref = new ExtractStyleRefactoring(mFile, mDelegate, 34 RefactoringWizard wizard = new ExtractStyleWizard(ref, mDelegate);
|
UnwrapAction.java | 32 UnwrapRefactoring ref = new UnwrapRefactoring(mFile, mDelegate, 34 RefactoringWizard wizard = new UnwrapWizard(ref, mDelegate);
|
UseCompoundDrawableAction.java | 33 mFile, mDelegate, mTextSelection, mTreeSelection); 34 RefactoringWizard wizard = new UseCompoundDrawableWizard(ref, mDelegate);
|
WrapInAction.java | 32 WrapInRefactoring ref = new WrapInRefactoring(mFile, mDelegate, 34 RefactoringWizard wizard = new WrapInWizard(ref, mDelegate);
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
TestLoaderManager.java | 94 private LoaderManager mDelegate; 107 if (delegate == null || (mDelegate != null && mDelegate != delegate)) { 111 mDelegate = delegate; 115 return mDelegate; 138 (AsyncTaskLoader<?>) mDelegate.getLoader(loaderId); 185 return mDelegate.initLoader(id, args, new LoaderManager.LoaderCallbacks<D>() { 208 return mDelegate.restartLoader(id, args, callback); 213 mDelegate.destroyLoader(id); 218 return mDelegate.getLoader(id) [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenuHandler.java | 27 private final AppMenuPropertiesDelegate mDelegate; 40 mDelegate = delegate; 59 if (!mDelegate.shouldShowAppMenu()) return false; 68 mDelegate.prepareMenu(mMenu); 71 mAppMenu = new AppMenu(mActivity, mMenu, mDelegate.getItemRowHeight(), this); 75 mDelegate.getMenuThemeResourceId()); 76 boolean showIcons = mDelegate.shouldShowIconRow();
|
/packages/apps/Gallery2/src/com/android/photos/ |
MultiChoiceManager.java | 67 private Delegate mDelegate; 77 if (mDelegate == delegate) { 83 mDelegate = delegate; 92 int count = mDelegate.getSelectedItemCount(); 98 int type = mDelegate.getItemMediaType(item); 112 Object item = mDelegate.getItemAtPosition(position); 114 int supported = mDelegate.getItemSupportedOperations(item); 117 ArrayList<Uri> subItems = mDelegate.getSubItemUrisForItem(item); 126 mDelegate.getItemMediaType(item), 189 private Delegate mDelegate; [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
MockAutofillDialogController.java | 26 private AutofillDialogDelegate mDelegate; 100 mDelegate = delegate; 119 mDelegate = null; 123 if (mDelegate == null) return; 126 mDelegate.dialogCancel(); 130 mDelegate.dialogContinue(
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoPageBottomControls.java | 41 private Delegate mDelegate; 61 mDelegate = delegate; 79 mDelegate.refreshBottomControlsWhenReady(); 97 boolean visible = mDelegate.canDisplayBottomControls(); 112 boolean curVisibility = mDelegate.canDisplayBottomControl(control.getId()); 135 mDelegate.onBottomControlClicked(view.getId());
|
/frameworks/av/media/libstagefright/chromium_http/ |
ChromiumHTTPDataSource.cpp | 35 mDelegate(new SfDelegate), 41 mDelegate->setOwner(this); 47 delete mDelegate; 48 mDelegate = NULL; 66 mDelegate->setUID(uid); 102 mDelegate->initiateConnection(mURI.c_str(), &mHeaders, offset); 155 mDelegate->initiateDisconnect(); 204 mDelegate->initiateRead(data, size); 262 mDelegate->initiateRead(data, size);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidSourceViewerConfig.java | 176 private IContentAssistProcessor mDelegate; 180 mDelegate = delegate; 185 ICompletionProposal[] result = mDelegate.computeCompletionProposals(viewer, offset); 220 return mDelegate.computeContextInformation(viewer, offset); 225 return mDelegate.getCompletionProposalAutoActivationCharacters(); 230 return mDelegate.getContextInformationAutoActivationCharacters(); 235 return mDelegate.getContextInformationValidator(); 240 return mDelegate.getErrorMessage();
|