Home
last modified time | relevance | path

Searched refs:onFragmentViewCreated (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java78 public void onFragmentViewCreated(FragmentManager fm, Fragment f, View v, in createFragmentHost()
80 FragmentHostManager.this.onFragmentViewCreated(f); in createFragmentHost()
122 listener.onFragmentViewCreated(tag, current); in addTagListener()
135 private void onFragmentViewCreated(Fragment fragment) { in onFragmentViewCreated() method in FragmentHostManager
140 listeners.forEach((listener) -> listener.onFragmentViewCreated(tag, fragment)); in onFragmentViewCreated()
196 void onFragmentViewCreated(String tag, Fragment fragment); in onFragmentViewCreated() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java284 tagListener.onFragmentViewCreated(null, f); in testPaddingTagListener()
289 tagListener.onFragmentViewCreated(null, f); in testPaddingTagListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java153 public void onFragmentViewCreated(String tag, Fragment fragment) { in onFragmentViewCreated() method in NotificationsQuickSettingsContainer
DNotificationPanelView.java2859 public void onFragmentViewCreated(String tag, Fragment fragment) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java807 public void onFragmentViewCreated(String tag, Fragment fragment) { in onFragmentViewCreated() method in ScreenDecorations.TunablePaddingTagListener
/frameworks/base/core/java/android/app/
DFragmentManager.java518 public void onFragmentViewCreated(FragmentManager fm, Fragment f, View v, in onFragmentViewCreated() method in FragmentManager.FragmentLifecycleCallbacks
3342 p.first.onFragmentViewCreated(this, f, v, savedInstanceState); in dispatchOnFragmentViewCreated()
/frameworks/base/api/
Dcurrent.txt4973 …method @Deprecated public void onFragmentViewCreated(android.app.FragmentManager, android.app.Frag…