Searched defs:dispatchConfigurationChanged (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DBaseNetworkStateTracker.java69 protected final void dispatchConfigurationChanged() { method in class:BaseNetworkStateTracker
/frameworks/base/core/java/android/app/
H A DFragmentManager.java1874 public void dispatchConfigurationChanged(Configuration newConfig) { method in class:FragmentManagerImpl
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java1904 public void dispatchConfigurationChanged(Configuration newConfig) { method in class:FragmentManagerImpl
/frameworks/base/core/java/android/view/
H A DViewGroup.java1047 public void dispatchConfigurationChanged(Configuration newConfig) { method in class:ViewGroup
1048 super.dispatchConfigurationChanged(newConfig);
1052 children[i].dispatchConfigurationChanged(newConfig);
H A DView.java7621 public void dispatchConfigurationChanged(Configuration newConfig) { method in class:View

Completed in 138 milliseconds