/frameworks/base/libs/hwui/font/ |
Font.h | 87 return mDescription; 142 FontDescription mDescription;
|
Font.cpp | 44 mState(state), mDescription(desc) { 191 mDescription.mInverseLookupTransform.mapPoints(p, 4); 275 SkAutoGlyphCache autoCache(*paint, NULL, &mDescription.mLookupTransform); 467 SkAutoGlyphCache autoCache(*paint, NULL, &mDescription.mLookupTransform);
|
/frameworks/base/obex/javax/obex/ |
HeaderSet.java | 192 private String mDescription; // null terminated Unicode text String 310 mDescription = (String)headerValue; 460 return mDescription; 526 if (mDescription != null) {
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwContentsClientCallbackHelper.java | 60 final String mDescription; 65 mDescription = description; 120 mContentsClient.onReceivedError(info.mErrorCode, info.mDescription,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
ActionBatch.java | 174 request.setTitle(mWordList.mDescription); 339 mWordList.mId, mWordList.mLocale, mWordList.mDescription, 343 PrivateLog.log("Insert 'available' record for " + mWordList.mDescription 389 mWordList.mId, mWordList.mLocale, mWordList.mDescription, 393 PrivateLog.log("Insert 'preinstalled' record for " + mWordList.mDescription 430 mWordList.mId, mWordList.mLocale, mWordList.mDescription, 434 PrivateLog.log("Updating record for " + mWordList.mDescription
|
WordListPreference.java | 62 public final String mDescription; 86 mDescription = description;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
DictionaryInfoUtils.java | 58 public final String mDescription; 65 mDescription = description; 73 values.put(DESCRIPTION_COLUMN, mDescription);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
ActivityPage.java | 63 private Label mDescription; 169 mDescription = new Label(container, SWT.WRAP); 170 mDescription.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 2, 1)); 215 mDescription.setText(description);
|
/external/chromium_org/third_party/codesighs/ |
nm2tsv.c | 85 const char* mDescription; 477 printf(DESC_NEWLINE "%s\n\n", gSwitches[loop]->mDescription);
|
codesighs.c | 111 const char* mDescription; [all...] |
msdump2symdb.c | 85 const char* mDescription; [all...] |
/cts/tools/utils/ |
DescriptionGenerator.java | 429 if (caze.mDescription != null && !caze.mDescription.equals("")) { 431 .setTextContent(caze.mDescription); 615 String mDescription; 631 mDescription = description;
|
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 83 private final String mDescription; 99 mDescription = description; 105 return mDescription;
|
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | 308 String mDescription; 371 mDescription = context.getResources().getString( 495 si.mDescription = context.getResources().getString( 498 si.mDescription = null; 505 si.mDescription = context.getResources().getString( 589 mDescription = context.getResources().getString(resid, numProcesses, [all...] |
/frameworks/base/media/java/android/media/ |
MediaRouter.java | 207 info.mDescription = sStatic.mResources.getText( 477 route.mDescription = globalRoute.description; 500 if (!Objects.equal(route.mDescription, globalRoute.description)) { 501 route.mDescription = globalRoute.description; [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadNotifier.java | 243 if (!TextUtils.isEmpty(info.mDescription)) { 244 builder.setContentText(info.mDescription);
|
DownloadInfo.java | 104 info.mDescription = getString(Downloads.Impl.COLUMN_DESCRIPTION); 238 public String mDescription;
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouter.java | 597 private String mDescription; 701 return mDescription; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreview.java | 823 if (mDescription != null) { 824 mManager.rename(mDescription, newName); [all...] |
/frameworks/base/core/java/android/app/ |
DownloadManager.java | 369 private CharSequence mDescription; 600 mDescription = description; 732 putIfNonNull(values, Downloads.Impl.COLUMN_DESCRIPTION, mDescription); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiTreeBlock.java | 104 private String mDescription; 168 mDescription = description; 205 section.setDescription(mDescription); [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventHelper.java | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AdaptivePlaybackTest.java | [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer11.h | 350 char mDescription[128];
|