Home
last modified time | relevance | path

Searched refs:setTag (Results 1 – 25 of 93) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java347 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 …]
DExpandableViewState.java248 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/
DSetTagsTest.java50 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/
DPropertyAnimator.java73 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()
DTransformState.java514 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()
DMessagingImageTransformState.java101 mTransformedView.setTag(START_ACTUAL_WIDTH, actualWidth); in setStartActualWidth()
110 mTransformedView.setTag(START_ACTUAL_HEIGHT, actualWidth); in setStartActualHeight()
DNotificationDozeHelper.java90 view.setTag(DOZE_ANIMATOR_TAG, null); in setIntensityDark()
95 view.setTag(DOZE_ANIMATOR_TAG, animation); in setIntensityDark()
DNotificationUtils.java46 v.setTag(R.id.icon_is_grayscale, grayscale); in isGrayscale()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DButtonFooterMixinTest.java91 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/
DBitmapLoader.java86 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/
DListItemFactory.java73 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/
DExifReader.java61 exifData.getIfdData(tag.getIfd()).setTag(tag); in read()
69 exifData.getIfdData(tag.getIfd()).setTag(tag); in read()
DExifOutputStream.java333 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()
DIfdData.java85 protected ExifTag setTag(ExifTag tag) { in setTag() method in IfdData
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchUIUtilImpl.java40 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/
DSegmentedButtons.java83 b.setTag(LABEL_RES_KEY, labelResId); in addButton()
92 b.setTag(value); in addButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpUtil.java35 view.setTag(TAG_CLICKED_NOTIFICATION, clicked ? true : null); in setIsClickedHeadsUpNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java182 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/
DNotificationBigPictureTemplateViewWrapper.java49 mPicture.setTag(ImageTransformState.ICON_TAG, overRiddenIcon); in updateImageTag()
DNotificationHeaderViewWrapper.java129 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/
DScrimController.java425 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/
DHashableDimensionKey.cpp70 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/
DActionMode.java68 public void setTag(Object tag) { in setTag() method in ActionMode
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DButtonBarLayout.java87 child.setTag(R.id.suw_original_weight, childParams.weight); in setStacked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java220 view.setTag(TAG_CONTAINS_TRANSFORMED_VIEW, true); in addRemainingTransformTypes()
239 child.setTag(TAG_CONTAINS_TRANSFORMED_VIEW, null); in addRemainingTransformTypes()

1234