Home
last modified time | relevance | path

Searched refs:ALIGN_END_TAG (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java44 public static final int ALIGN_END_TAG = R.id.align_transform_end_tag; field in TransformState
88 mAlignEnd = Boolean.TRUE.equals(view.getTag(ALIGN_END_TAG)); in initFrom()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java154 mRightIcon.setTag(TransformState.ALIGN_END_TAG, true); in resolveTemplateViews()