/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
D | FragmentHostManager.java | 74 public void onFragmentViewCreated(FragmentManager fm, Fragment f, View v, in createFragmentHost() 76 FragmentHostManager.this.onFragmentViewCreated(f); in createFragmentHost() 118 listener.onFragmentViewCreated(tag, current); in addTagListener() 131 private void onFragmentViewCreated(Fragment fragment) { in onFragmentViewCreated() method in FragmentHostManager 136 listeners.forEach((listener) -> listener.onFragmentViewCreated(tag, fragment)); in onFragmentViewCreated() 188 void onFragmentViewCreated(String tag, Fragment fragment); in onFragmentViewCreated() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | RoundedCornersTest.java | 138 tagListener.onFragmentViewCreated(null, f); in testPaddingTagListener() 143 tagListener.onFragmentViewCreated(null, f); in testPaddingTagListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationsQuickSettingsContainer.java | 154 public void onFragmentViewCreated(String tag, Fragment fragment) { in onFragmentViewCreated() method in NotificationsQuickSettingsContainer
|
D | NotificationPanelView.java | 2545 public void onFragmentViewCreated(String tag, Fragment fragment) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | RoundedCorners.java | 206 public void onFragmentViewCreated(String tag, Fragment fragment) { in onFragmentViewCreated() method in RoundedCorners.TunablePaddingTagListener
|
/frameworks/base/core/java/android/app/ |
D | FragmentManager.java | 498 public void onFragmentViewCreated(FragmentManager fm, Fragment f, View v, in onFragmentViewCreated() method in FragmentManager.FragmentLifecycleCallbacks 3317 p.first.onFragmentViewCreated(this, f, v, savedInstanceState); in dispatchOnFragmentViewCreated()
|
/frameworks/support/fragment/java/android/support/v4/app/ |
D | FragmentManager.java | 514 public void onFragmentViewCreated(FragmentManager fm, Fragment f, View v, in onFragmentViewCreated() method in FragmentManager.FragmentLifecycleCallbacks 3473 p.first.onFragmentViewCreated(this, f, v, savedInstanceState); in dispatchOnFragmentViewCreated()
|
/frameworks/support/fragment/api/ |
D | 26.0.0.txt | 288 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
D | current.txt | 289 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
/frameworks/support/api/ |
D | 25.2.0.txt | 4420 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
D | 25.1.0.txt | 4420 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
D | 25.3.0.txt | 4801 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
D | 25.4.0.txt | 4852 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
D | 26.0.0-alpha1.txt | 5232 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
D | 26.1.0.txt | 6138 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
D | 26.0.0-beta1.txt | 6050 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
D | 26.0.0-beta2.txt | 6147 …method public void onFragmentViewCreated(android.support.v4.app.FragmentManager, android.support.v…
|
/frameworks/base/api/ |
D | current.txt | 4826 …method public void onFragmentViewCreated(android.app.FragmentManager, android.app.Fragment, androi…
|
D | test-current.txt | 4839 …method public void onFragmentViewCreated(android.app.FragmentManager, android.app.Fragment, androi…
|
D | system-current.txt | 4997 …method public void onFragmentViewCreated(android.app.FragmentManager, android.app.Fragment, androi…
|