Searched defs:description (Results 26 - 50 of 63) sorted by relevance

123

/frameworks/base/services/java/com/android/server/wm/
H A DDragState.java431 ClipDescription description, ClipData data, boolean result) {
438 return DragEvent.obtain(action, winX, winY, localState, description, data, result);
429 obtainDragEvent(WindowState win, int action, float x, float y, Object localState, ClipDescription description, ClipData data, boolean result) argument
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java202 public void onReceivedError(WebView view, int errorCode, String description, argument
206 + ", description=" + description
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DTaskSwitcherActivity.java72 CharSequence description; field in class:TaskSwitcherActivity.ActivityDescription
82 description = _desc;
90 description = null;
173 public void newThumbnail(final int id, final Bitmap bitmap, CharSequence description)
178 + " description '" + description + "'");
256 desc.description = r.description;
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DAndroidJUnitRunner.java339 public void testRunStarted(Description description) throws Exception { argument
341 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, description.testCount());
354 public void testStarted(Description description) throws Exception { argument
355 String testClass = description.getClassName();
356 String testName = description.getMethodName();
375 public void testFinished(Description description) throws Exception { argument
404 public void testIgnored(Description description) throws Exception { argument
405 testStarted(description);
407 testFinished(description);
H A DTestRequestBuilder.java72 public boolean shouldRun(Description description) { argument
73 if (description.isTest()) {
74 return description.getAnnotation(mAnnotationClass) != null ||
75 description.getTestClass().isAnnotationPresent(mAnnotationClass);
107 public boolean shouldRun(Description description) { argument
108 if (description.getTestClass().isAnnotationPresent(mAnnotationClass) ||
109 description.getAnnotation(mAnnotationClass) != null) {
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp165 int action, const ActionDescription& description) {
167 return mDrmManager->validateAction(uniqueId, path, action, description);
163 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
H A DDrmManager.cpp322 int uniqueId, const String8& path, int action, const ActionDescription& description) {
327 return rDrmEngine.validateAction(uniqueId, path, action, description);
321 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp132 // Add plug-in description
196 int action, const ActionDescription& description) {
195 onValidateAction(int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/base/libs/hwui/
H A DSkiaShader.cpp82 void SkiaShader::describe(ProgramDescription& description, const Extensions& extensions) { argument
116 void SkiaBitmapShader::describe(ProgramDescription& description, const Extensions& extensions) { argument
124 description.hasBitmap = true;
129 description.isBitmapNpot = true;
130 description.bitmapWrapS = gTileModes[mTileX];
131 description.bitmapWrapT = gTileModes[mTileY];
219 void SkiaLinearGradientShader::describe(ProgramDescription& description, argument
221 description.hasGradient = true;
222 description.gradientType = ProgramDescription::kGradientLinear;
223 description
284 describe(ProgramDescription& description, const Extensions& extensions) argument
339 describe(ProgramDescription& description, const Extensions& extensions) argument
403 describe(ProgramDescription& description, const Extensions& extensions) argument
[all...]
H A DProgramCache.cpp439 Program* ProgramCache::get(const ProgramDescription& description) { argument
440 programid key = description.key();
444 description.log("Could not find program");
445 program = generateProgram(description, key);
457 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) { argument
458 String8 vertexShader = generateVertexShader(description);
459 String8 fragmentShader = generateFragmentShader(description);
461 return new Program(description, vertexShader.string(), fragmentShader.string());
464 static inline size_t gradientIndex(const ProgramDescription& description) { argument
465 return description
468 generateVertexShader(const ProgramDescription& description) argument
551 shaderOp(const ProgramDescription& description, String8& shader, const int modulateOp, const char** snippets) argument
559 generateFragmentShader(const ProgramDescription& description) argument
[all...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java200 public void onReceivedError(WebView view, int errorCode, String description, argument
203 + ", description=" + description
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java158 ComponentName origActivity, CharSequence description) {
177 description);
388 recentInfo.origActivity, recentInfo.description);
470 recentInfo.origActivity, recentInfo.description);
157 createTaskDescription(int taskId, int persistentTaskId, Intent baseIntent, ComponentName origActivity, CharSequence description) argument
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp459 int action, const ActionDescription& description) {
467 data.writeInt32(description.outputType);
468 data.writeInt32(description.configuration);
457 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp202 int action, const ActionDescription& description) {
206 uniqueId, path, action, description);
200 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp305 const ActionDescription& description) {
302 onValidateAction(int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/base/core/java/android/view/
H A DInputDevice.java717 StringBuilder description = new StringBuilder();
718 description.append("Input Device ").append(mId).append(": ").append(mName).append("\n");
719 description.append(" Descriptor: ").append(mDescriptor).append("\n");
720 description.append(" Generation: ").append(mGeneration).append("\n");
721 description.append(" Location: ").append(mIsExternal ? "external" : "built-in").append("\n");
723 description.append(" Keyboard Type: ");
726 description.append("none");
729 description.append("non-alphabetic");
732 description.append("alphabetic");
735 description
765 appendSourceDescriptionIfApplicable(StringBuilder description, int source, String sourceName) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java326 CharSequence grpName, CharSequence description, boolean dangerous) {
332 description, dangerous, icon);
325 getPermissionItemView(Context context, CharSequence grpName, CharSequence description, boolean dangerous) argument
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java454 * @param description Brief description of the error
456 public void error(int id, String description) { argument
459 " description " + description);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiSelector.java25 * text value, content-description, class name and multiple state information like
186 * Set the search criteria to match the content-description
189 * The content-description is typically used
192 * the widget is selected. The content-description
201 public UiSelector description(String desc) { method in class:UiSelector
206 * Set the search criteria to match the content-description
209 * The content-description is typically used
212 * the widget is selected. The content-description
224 * Set the search criteria to match the content-description
227 * The content-description i
[all...]
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java551 public void error(int id, String description) { argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java692 void updateThumbnail(Bitmap newThumbnail, CharSequence description) { argument
703 thumbHolder.lastDescription = description;
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java719 public void onError(int errorCode, String description) { argument
720 Log.w(TAG, "interval measurement error: " + description);
849 public void onError(int errorCode, String description) { argument
851 Log.e(TAG, "keepalive error: " + description);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java515 public void onLocationGpsStateChanged(boolean inUse, String description) { argument
517 mLocationState.label = description;
/frameworks/base/core/java/android/app/
H A DActivityManager.java455 public CharSequence description; field in class:ActivityManager.RecentTaskInfo
474 TextUtils.writeToParcel(description, dest,
487 description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
618 public CharSequence description; field in class:ActivityManager.RunningTaskInfo
648 TextUtils.writeToParcel(description, dest,
663 description = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
H A DDownloadManager.java73 * The client-supplied description of this download. This will be displayed in system
561 * Set a description of this download, to be displayed in notifications (if enabled)
564 public Request setDescription(CharSequence description) { argument
565 mDescription = description;
1147 * @param description the description that would appear for this file in Downloads App.
1160 public long addCompletedDownload(String title, String description, argument
1165 validateArgumentIsNonEmpty("description", description);
1175 .setDescription(description)
[all...]

Completed in 3844 milliseconds

123