Searched refs:onFragmentViewCreated (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
D | FragmentHostManager.java | 78 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/ |
D | ScreenDecorationsTest.java | 284 tagListener.onFragmentViewCreated(null, f); in testPaddingTagListener() 289 tagListener.onFragmentViewCreated(null, f); in testPaddingTagListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationsQuickSettingsContainer.java | 153 public void onFragmentViewCreated(String tag, Fragment fragment) { in onFragmentViewCreated() method in NotificationsQuickSettingsContainer
|
D | NotificationPanelView.java | 2859 public void onFragmentViewCreated(String tag, Fragment fragment) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 807 public void onFragmentViewCreated(String tag, Fragment fragment) { in onFragmentViewCreated() method in ScreenDecorations.TunablePaddingTagListener
|
/frameworks/base/core/java/android/app/ |
D | FragmentManager.java | 518 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/ |
D | current.txt | 4973 …method @Deprecated public void onFragmentViewCreated(android.app.FragmentManager, android.app.Frag…
|