Searched refs:currentCellLayout (Results 1 – 1 of 1) sorted by relevance
449 final CellLayout currentCellLayout = in startAnimation() local451 final boolean useHardware = shouldUseHardwareLayerForAnimation(currentCellLayout); in startAnimation()452 final boolean wasHardwareAccelerated = currentCellLayout.isHardwareLayerEnabled(); in startAnimation()458 currentCellLayout.enableHardwareLayer(true); in startAnimation()467 currentCellLayout.enableHardwareLayer(wasHardwareAccelerated); in startAnimation()475 private boolean shouldUseHardwareLayerForAnimation(CellLayout currentCellLayout) { in shouldUseHardwareLayerForAnimation() argument477 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()