Searched defs:isPipShown (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
H A DHomeRecentsEnterExitAnimationHolder.java47 public void startEnterAnimation(boolean isPipShown) { argument
53 .alpha(isPipShown ? mDimAlpha : 1.0f)
83 public void setEnterFromHomeStartingAnimationValues(boolean isPipShown) { argument
88 view.getInfoFieldView().setAlpha(isPipShown ? 0 : 1f);
89 if (isPipShown && view.hasFocus()) {
99 public void setEnterFromAppStartingAnimationValues(boolean isPipShown) { argument
103 view.setAlpha(isPipShown ? mDimAlpha : 1f);
104 view.getInfoFieldView().setAlpha(isPipShown ? 0 : 1f);
105 if (isPipShown && view.hasFocus()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipManager.java464 public boolean isPipShown() { method in class:PipManager
688 * correctly. (e.g. {@link isPipShown}).

Completed in 109 milliseconds