/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ViewState.java | 347 child.setTag(TAG_START_ALPHA, newStartValue); in startAlphaAnimation() 348 child.setTag(TAG_END_ALPHA, newEndValue); in startAlphaAnimation() 375 child.setTag(TAG_ANIMATOR_ALPHA, null); in startAlphaAnimation() 376 child.setTag(TAG_START_ALPHA, null); in startAlphaAnimation() 377 child.setTag(TAG_END_ALPHA, null); in startAlphaAnimation() 402 child.setTag(TAG_ANIMATOR_ALPHA, animator); in startAlphaAnimation() 403 child.setTag(TAG_START_ALPHA, child.getAlpha()); in startAlphaAnimation() 404 child.setTag(TAG_END_ALPHA, newEndValue); in startAlphaAnimation() 434 child.setTag(TAG_START_TRANSLATION_Z, newStartValue); in startZTranslationAnimation() 435 child.setTag(TAG_END_TRANSLATION_Z, newEndValue); in startZTranslationAnimation() [all …]
|
D | ExpandableViewState.java | 248 child.setTag(TAG_START_HEIGHT, newStartValue); in startHeightAnimation() 249 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation() 284 child.setTag(TAG_ANIMATOR_HEIGHT, null); in startHeightAnimation() 285 child.setTag(TAG_START_HEIGHT, null); in startHeightAnimation() 286 child.setTag(TAG_END_HEIGHT, null); in startHeightAnimation() 305 child.setTag(TAG_ANIMATOR_HEIGHT, animator); in startHeightAnimation() 306 child.setTag(TAG_START_HEIGHT, child.getActualHeight()); in startHeightAnimation() 307 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation() 329 child.setTag(TAG_START_TOP_INSET, newStartValue); in startInsetAnimation() 330 child.setTag(TAG_END_TOP_INSET, newEndValue); in startInsetAnimation() [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | SetTagsTest.java | 50 mView.setTag("1"); in testSetTag() 56 mView.setTag(o); in testGetTag() 65 mView.setTag(R.id.a, "2"); in testSetTagWithKey() 71 mView.setTag(R.id.a, o); in testGetTagWithKey() 82 mView.setTag(android.R.id.list, "2"); in testSetTagWithFrameworkId() 93 mView.setTag(0x000000AA, "2"); in testSetTagWithNoPackageId()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | PropertyAnimator.java | 73 view.setTag(animationStartTag, newStartValue); in startAnimation() 74 view.setTag(animationEndTag, newEndValue); in startAnimation() 107 view.setTag(animatorTag, null); in startAnimation() 108 view.setTag(animationStartTag, null); in startAnimation() 109 view.setTag(animationEndTag, null); in startAnimation() 113 view.setTag(animatorTag, animator); in startAnimation() 114 view.setTag(animationStartTag, currentValue); in startAnimation() 115 view.setTag(animationEndTag, newEndValue); in startAnimation()
|
D | TransformState.java | 514 mTransformedView.setTag(TRANSFORMATION_START_X, transformationStartX); in setTransformationStartX() 518 mTransformedView.setTag(TRANSFORMATION_START_Y, transformationStartY); in setTransformationStartY() 522 mTransformedView.setTag(TRANSFORMATION_START_SCLALE_X, startScaleX); in setTransformationStartScaleX() 526 mTransformedView.setTag(TRANSFORMATION_START_SCLALE_Y, startScaleY); in setTransformationStartScaleY() 564 mTransformedView.setTag(TRANSFORMATION_START_X, UNDEFINED); in abortTransformation() 565 mTransformedView.setTag(TRANSFORMATION_START_Y, UNDEFINED); in abortTransformation() 566 mTransformedView.setTag(TRANSFORMATION_START_SCLALE_X, UNDEFINED); in abortTransformation() 567 mTransformedView.setTag(TRANSFORMATION_START_SCLALE_Y, UNDEFINED); in abortTransformation()
|
D | MessagingImageTransformState.java | 101 mTransformedView.setTag(START_ACTUAL_WIDTH, actualWidth); in setStartActualWidth() 110 mTransformedView.setTag(START_ACTUAL_HEIGHT, actualWidth); in setStartActualHeight()
|
D | NotificationDozeHelper.java | 90 view.setTag(DOZE_ANIMATOR_TAG, null); in setIntensityDark() 95 view.setTag(DOZE_ANIMATOR_TAG, animation); in setIntensityDark()
|
D | NotificationUtils.java | 46 v.setTag(R.id.icon_is_grayscale, grayscale); in isGrayscale()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ |
D | ButtonFooterMixinTest.java | 91 button.setTag("button"); in testAddButtonTextRes() 108 space.setTag("space"); in testAddSpace() 123 fooButton.setTag("foo"); in testRemoveButton() 124 barButton.setTag("bar"); in testRemoveButton() 140 fooButton.setTag("foo"); in testRemoveSpace() 141 space.setTag("space"); in testRemoveSpace() 157 fooButton.setTag("foo"); in testRemoveAllViews() 158 space.setTag("space"); in testRemoveAllViews()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
D | BitmapLoader.java | 86 mImageView.setTag(this); in BitmapAsyncTask() 106 mImageView.setTag(null); in onCancelled() 113 mImageView.setTag(null); in onPostExecute() 134 task.mImageView.setTag(null); in cancel()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | ListItemFactory.java | 73 ll.setTag("twoButtons"); in twoButtonsSeparatedByFiller() 164 result.setTag("button"); in button() 204 result.setTag("text"); in text() 266 ll.setTag("double"); in doubleText()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifReader.java | 61 exifData.getIfdData(tag.getIfd()).setTag(tag); in read() 69 exifData.getIfdData(tag.getIfd()).setTag(tag); in read()
|
D | ExifOutputStream.java | 333 ifd0.setTag(exifOffsetTag); in createRequiredIfdAndTag() 350 ifd0.setTag(gpsOffsetTag); in createRequiredIfdAndTag() 362 exifIfd.setTag(interOffsetTag); in createRequiredIfdAndTag() 382 ifd1.setTag(offsetTag); in createRequiredIfdAndTag() 391 ifd1.setTag(lengthTag); in createRequiredIfdAndTag() 418 ifd1.setTag(offsetTag); in createRequiredIfdAndTag() 419 ifd1.setTag(lengthTag); in createRequiredIfdAndTag()
|
D | IfdData.java | 85 protected ExifTag setTag(ExifTag tag) { in setTag() method in IfdData
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchUIUtilImpl.java | 40 view.setTag(R.id.item_touch_helper_previous_elevation, in onDraw() 71 view.setTag(R.id.item_touch_helper_previous_elevation, null); in clearView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | SegmentedButtons.java | 83 b.setTag(LABEL_RES_KEY, labelResId); in addButton() 92 b.setTag(value); in addButton()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpUtil.java | 35 view.setTag(TAG_CLICKED_NOTIFICATION, clicked ? true : null); in setIsClickedHeadsUpNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 182 child.setTag(R.id.physics_animator_tag, new TestablePhysicsPropertyAnimator(child)); in addView() 188 child.setTag(R.id.physics_animator_tag, new TestablePhysicsPropertyAnimator(child)); in addView() 296 child.setTag(R.id.physics_animator_tag, animator); in animationForChild()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationBigPictureTemplateViewWrapper.java | 49 mPicture.setTag(ImageTransformState.ICON_TAG, overRiddenIcon); in updateImageTag()
|
D | NotificationHeaderViewWrapper.java | 129 mIcon.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated() 132 mWorkProfileImage.setTag(ImageTransformState.ICON_TAG, notification.getSmallIcon()); in onContentUpdated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 425 scrim.setTag(TAG_START_ALPHA, newStartValue); in setOrAdaptCurrentAnimation() 426 scrim.setTag(TAG_END_ALPHA, alpha); in setOrAdaptCurrentAnimation() 647 scrim.setTag(TAG_KEY_ANIM, null); in startScrimAnimation() 659 scrim.setTag(TAG_START_ALPHA, current); in startScrimAnimation() 660 scrim.setTag(TAG_END_ALPHA, getCurrentScrimAlpha(scrim)); in startScrimAnimation() 662 scrim.setTag(TAG_KEY_ANIM, anim); in startScrimAnimation()
|
/frameworks/base/cmds/statsd/src/ |
D | HashableDimensionKey.cpp | 70 output->mutableValue(num_matches)->mField.setTag(value.mField.getTag()); in filterValues() 106 conditionDimension->mutableValue(i)->mField.setTag( in getDimensionForCondition()
|
/frameworks/base/core/java/android/view/ |
D | ActionMode.java | 68 public void setTag(Object tag) { in setTag() method in ActionMode
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | ButtonBarLayout.java | 87 child.setTag(R.id.suw_original_weight, childParams.weight); in setStacked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ViewTransformationHelper.java | 220 view.setTag(TAG_CONTAINS_TRANSFORMED_VIEW, true); in addRemainingTransformTypes() 239 child.setTag(TAG_CONTAINS_TRANSFORMED_VIEW, null); in addRemainingTransformTypes()
|