Searched refs:onConfigurationChanged (Results 76 - 98 of 98) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java724 mAssistManager.onConfigurationChanged();
1132 mAssistManager.onConfigurationChanged();
2990 protected void onConfigurationChanged(Configuration newConfig) { method in class:PhoneStatusBar
2991 super.onConfigurationChanged(newConfig); // calls refreshLayout
3002 mScreenPinningRequest.onConfigurationChanged();
3003 mNetworkController.onConfigurationChanged();
H A DNotificationPanelView.java1892 protected void onConfigurationChanged(Configuration newConfig) { method in class:NotificationPanelView
1893 super.onConfigurationChanged(newConfig);
1894 mAfforanceHelper.onConfigurationChanged();
/frameworks/base/core/java/android/app/
H A DActivity.java437 * {@link #onConfigurationChanged} method instead of being restarted. If
439 * activity will still be restarted and {@link #onConfigurationChanged}
1729 public void onConfigurationChanged(Configuration newConfig) { method in class:Activity
1730 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onConfigurationChanged " + this + ": " + newConfig);
1737 mWindow.onConfigurationChanged(newConfig);
1743 mActionBar.onConfigurationChanged(newConfig);
1750 * {@link #onConfigurationChanged(Configuration)} method is
H A DActivityThread.java4159 // onConfigurationChanged
4163 // then don't bother calling onConfigurationChanged as we're
4174 cb.onConfigurationChanged(config);
4180 " did not call through to super.onConfigurationChanged()");
5292 public void onConfigurationChanged(Configuration newConfig) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java212 public void onConfigurationChanged(Configuration newConfig) { method in class:AppCompatDelegateImplV7
220 ab.onConfigurationChanged(newConfig);
/frameworks/base/core/java/android/content/
H A DContentProvider.java875 public void onConfigurationChanged(Configuration newConfig) { method in class:ContentProvider
/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java173 public void onConfigurationChanged(Configuration newConfig) { method in class:ActionMenuPresenter
H A DCalendarViewLegacyDelegate.java605 public void onConfigurationChanged(Configuration newConfig) { method in class:CalendarViewLegacyDelegate
H A DTimePickerClockDelegate.java499 public void onConfigurationChanged(Configuration newConfig) { method in class:TimePickerClockDelegate
H A DTextView.java2837 protected void onConfigurationChanged(Configuration newConfig) { method in class:TextView
2838 super.onConfigurationChanged(newConfig);
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java261 public void onConfigurationChanged(Configuration newConfig) { method in class:WindowDecorActionBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java486 public void onConfigurationChanged(Configuration newConfig) { method in class:Recents
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java404 public void onConfigurationChanged() { method in class:NetworkControllerImpl
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java258 public void onConfigurationChanged(Configuration newConfig) { method in class:WindowDecorActionBar
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java571 public void onConfigurationChanged(Configuration newConfig) { method in class:PrintActivity
572 super.onConfigurationChanged(newConfig);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java793 protected void onConfigurationChanged(Configuration newConfig) { method in class:NotificationStackScrollLayout
794 super.onConfigurationChanged(newConfig);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1401 public void onConfigurationChanged(Configuration newConfig) { method in class:VoiceInteractionSession
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java99 public void onConfigurationChanged(Configuration newConfig) {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java144 onConfigurationChanged();
270 private void onConfigurationChanged() { method in class:AppWidgetServiceImpl
272 Slog.i(TAG, "onConfigurationChanged()");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java765 protected void onConfigurationChanged(Configuration newConfig) { method in class:BaseStatusBar
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java622 public void onConfigurationChanged(Configuration newConfig) { method in class:PhoneWindow
/frameworks/base/core/java/android/view/
H A DView.java9723 * @see #onConfigurationChanged(android.content.res.Configuration)
9726 onConfigurationChanged(newConfig);
9739 protected void onConfigurationChanged(Configuration newConfig) { method in class:View
H A DViewRootImpl.java3129 sConfigCallbacks.get(i).onConfigurationChanged(config);

Completed in 827 milliseconds

1234