Searched refs:selectLayout (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 374 selectLayout(false /* animate */, mForceSelectNextLayout /* force */); in onLayout() 469 selectLayout(false /* animate */, true /* force */); in setExpandedChild() 507 selectLayout(false /* animate */, true /* force */); in setHeadsUpChild() 534 selectLayout(false /* animate */, true /* force */); in setAmbientChild() 606 selectLayout(mAnimate /* animate */, false /* force */); in setContentHeight() 847 private void selectLayout(boolean animate, boolean force) { in selectLayout() method in NotificationContentView 1138 selectLayout(!dark && fade /* animate */, false /* force */); in setDark() 1143 selectLayout(false /* animate */, true /* force */); in setHeadsUp() 1596 selectLayout(needsAnimation, false); 1657 selectLayout(false /* animate */, true /* force */);
|