Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java73 mInjectionInflationController.injectable( in getNotificationShadeWindowView()
98 (StatusBarWindowView) mInjectionInflationController.injectable( in getStatusBarWindowView()
122 mNotificationShelf = (NotificationShelf) mInjectionInflationController.injectable( in getNotificationShelf()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewTest.java56 .injectable(LayoutInflater.from(getContext())); in setUp()
DKeyguardPresentationTest.java69 mLayoutInflater = inflationController.injectable(LayoutInflater.from(mContext)); in setUp()
DKeyguardClockSwitchTest.java87 .injectable(LayoutInflater.from(getContext())); in setUp()
/frameworks/base/packages/SystemUI/docs/
Ddagger.md91 ### Adding a new injectable object
182 an inflater that supports injected objects, call InjectionInflationController#injectable,
190 return mInjectionInflater.injectable(inflater).inflate(R.layout.my_layout, container, false);
Dqs-tiles.md297 2. Create an injectable constructor taking a `QSHost` and whichever classes are needed for the tile…
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java80 public LayoutInflater injectable(LayoutInflater inflater) { in injectable() method in InjectionInflationController
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
DClockManagerTest.java86 when(mMockInjectionInflationController.injectable(any())).thenReturn(inflater); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java130 mInjectableInflater.injectable(LayoutInflater.from(mContext))); in showPresentation()
DKeyguardSecurityContainer.java481 View v = mInjectionInflationController.injectable(inflater) in getSecurityView()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockManager.java150 LayoutInflater layoutInflater = injectionInflater.injectable(LayoutInflater.from(context)); in ClockManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java116 inflater = mInjectionInflater.injectable( in onCreateView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java699 mKeyguardStatusView = (KeyguardStatusView) mInjectionInflationController.injectable( in reInflateViews()
713 mKeyguardBottomArea = (KeyguardBottomAreaView) mInjectionInflationController.injectable( in reInflateViews()