Home
last modified time | relevance | path

Searched refs:updateBubbleBarIconSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java114 dp -> updateBubbleBarIconSize(dp.taskbarIconSize, /* animate= */ true)); in init()
115 updateBubbleBarIconSize(mActivity.getDeviceProfile().taskbarIconSize, /* animate= */ false); in init()
336 private void updateBubbleBarIconSize(int newIconSize, boolean animate) { in updateBubbleBarIconSize() method in BubbleBarViewController