Searched refs:updateLayoutParams (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewHeader.java | 265 private void updateLayoutParams(View icon, View title, View secondaryButton, View button) { in updateLayoutParams() method in TaskViewHeader 317 updateLayoutParams(mIconView, mTitleView, mMoveTaskButton, mDismissButton); in onConfigurationChanged() 319 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in onConfigurationChanged() 627 updateLayoutParams(mAppIconView, mAppTitleView, null, mAppInfoView); in showAppOverlay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 202 updateLayoutParams(); in handleNavigationModeChange() 529 updateLayoutParams(); in onConfigurationChanged() 546 updateLayoutParams(); in updateOrientation() 779 private void updateLayoutParams() { in updateLayoutParams() method in ScreenDecorations
|