HomeSort by relevance Sort by last modified time
    Searched full:overviewpanel (Results 1 - 1 of 1) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 348 final ViewGroup overviewPanel = mLauncher.getOverviewPanel();
405 new LauncherViewPropertyAnimator(overviewPanel).alpha(finalOverviewPanelAlpha);
406 overviewPanelAlpha.addListener(new AlphaUpdateListener(overviewPanel,
412 overviewPanel.setLayerType(View.LAYER_TYPE_HARDWARE, null);
417 layerViews.put(overviewPanel, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER);
446 if (accessibilityEnabled && overviewPanel.getVisibility() == View.VISIBLE) {
447 overviewPanel.getChildAt(0).performAccessibilityAction(
453 overviewPanel.setAlpha(finalOverviewPanelAlpha);
454 AlphaUpdateListener.updateVisibility(overviewPanel, accessibilityEnabled);
466 if (accessibilityEnabled && overviewPanel.getVisibility() == View.VISIBLE)
    [all...]

Completed in 1780 milliseconds