Searched refs:getSystemBarAppearance (Results 1 – 4 of 4) sorted by relevance
426 mAppearance = window.getSystemBarAppearance(); in onSoftInputWindowCreated()
1052 public final int getSystemBarAppearance() { in getSystemBarAppearance() method in Window
5562 && mWindow != null && mWindow.getSystemBarAppearance() != 0) { in onApplyThemeResource()5568 mTaskDescription.setSystemBarsAppearance(mWindow.getSystemBarAppearance()); in onApplyThemeResource()
422 setSystemBarAppearance(preservedWindow.getSystemBarAppearance()); in PhoneWindow()