Home
last modified time | relevance | path

Searched refs:initFrom (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java85 public void initFrom(View view, TransformInfo transformInfo) { in initFrom() method in TransformState
470 result.initFrom(view, transformInfo); in createFrom()
475 result.initFrom(view, transformInfo); in createFrom()
480 result.initFrom(view, transformInfo); in createFrom()
485 result.initFrom(view, transformInfo); in createFrom()
490 result.initFrom(view, transformInfo); in createFrom()
495 result.initFrom(view, transformInfo); in createFrom()
499 result.initFrom(view, transformInfo); in createFrom()
DMessagingImageTransformState.java37 public void initFrom(View view, TransformInfo transformInfo) { in initFrom() method in MessagingImageTransformState
38 super.initFrom(view, transformInfo); in initFrom()
DImageTransformState.java43 public void initFrom(View view, TransformInfo transformInfo) { in initFrom() method in ImageTransformState
44 super.initFrom(view, transformInfo); in initFrom()
DTextViewTransformState.java36 public void initFrom(View view, TransformInfo transformInfo) { in initFrom() method in TextViewTransformState
37 super.initFrom(view, transformInfo); in initFrom()
DMessagingLayoutTransformState.java59 public void initFrom(View view, TransformInfo transformInfo) { in initFrom() method in MessagingLayoutTransformState
60 super.initFrom(view, transformInfo); in initFrom()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaTest.kt53 other.initFrom(mKeyguardBottomArea) in initFrom_doesntCrash()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java382 iconState.initFrom(view); in resetViewStates()
808 public void initFrom(View view) { in initFrom() method in NotificationIconContainer.IconState
809 super.initFrom(view); in initFrom()
DStatusIconContainer.java396 vs.initFrom(child); in resetViewStates()
DKeyguardBottomAreaView.java268 public void initFrom(KeyguardBottomAreaView oldBottomArea) { in initFrom() method in KeyguardBottomAreaView
DNotificationPanelViewController.java1136 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java648 mHeaderViewState.initFrom(mNotificationHeader);
724 tmpState.initFrom(divider);
803 tmpState.initFrom(divider);
962 viewState.initFrom(child);
DStackStateAnimator.java426 mTmpState.initFrom(changingView); in processAnimationEvents()
DViewState.java140 public void initFrom(View view) { in initFrom() method in ViewState