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

/frameworks/base/core/java/android/net/
H A DBaseNetworkStateTracker.java75 protected final void dispatchConfigurationChanged() { method in class:BaseNetworkStateTracker
/frameworks/base/core/java/android/app/
H A DFragmentManager.java1903 public void dispatchConfigurationChanged(Configuration newConfig) { method in class:FragmentManagerImpl
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java1970 public void dispatchConfigurationChanged(Configuration newConfig) { method in class:FragmentManagerImpl
/frameworks/base/core/java/android/view/
H A DViewGroup.java1172 public void dispatchConfigurationChanged(Configuration newConfig) { method in class:ViewGroup
1173 super.dispatchConfigurationChanged(newConfig);
1177 children[i].dispatchConfigurationChanged(newConfig);
H A DView.java8863 public void dispatchConfigurationChanged(Configuration newConfig) { method in class:View

Completed in 582 milliseconds