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.java83 public void initFrom(View view, TransformInfo transformInfo) { in initFrom() method in TransformState
438 result.initFrom(view, transformInfo); in createFrom()
443 result.initFrom(view, transformInfo); in createFrom()
448 result.initFrom(view, transformInfo); in createFrom()
453 result.initFrom(view, transformInfo); in createFrom()
458 result.initFrom(view, transformInfo); in createFrom()
466 result.initFrom(view, transformInfo); in createFrom()
470 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.java57 public void initFrom(View view, TransformInfo transformInfo) { in initFrom() method in MessagingLayoutTransformState
58 super.initFrom(view, transformInfo); in initFrom()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaTest.kt40 other.initFrom(mKeyguardBottomArea) in initFrom_doesntCrash()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java366 iconState.initFrom(view); in resetViewStates()
786 public void initFrom(View view) { in initFrom() method in IconState
787 super.initFrom(view); in initFrom()
DStatusIconContainer.java358 vs.initFrom(child); in resetViewStates()
DKeyguardBottomAreaView.java222 public void initFrom(KeyguardBottomAreaView oldBottomArea) { in initFrom() method in KeyguardBottomAreaView
DNotificationPanelView.java667 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java616 mHeaderViewState.initFrom(mNotificationHeader);
692 tmpState.initFrom(divider);
771 tmpState.initFrom(divider);
930 viewState.initFrom(child);
DStackStateAnimator.java438 mTmpState.initFrom(changingView); in processAnimationEvents()
DViewState.java140 public void initFrom(View view) { in initFrom() method in ViewState