Searched refs:isPipShown (Results 1 – 5 of 5) sorted by relevance
47 public void startEnterAnimation(boolean isPipShown) { in startEnterAnimation() argument52 .alpha(isPipShown ? mDimAlpha : 1.0f) in startEnterAnimation()81 public void setEnterFromHomeStartingAnimationValues(boolean isPipShown) { in setEnterFromHomeStartingAnimationValues() argument86 view.getInfoFieldView().setAlpha(isPipShown ? 0 : 1f); in setEnterFromHomeStartingAnimationValues()87 if (isPipShown && view.hasFocus()) { in setEnterFromHomeStartingAnimationValues()97 public void setEnterFromAppStartingAnimationValues(boolean isPipShown) { in setEnterFromAppStartingAnimationValues() argument101 view.setAlpha(isPipShown ? mDimAlpha : 1f); in setEnterFromAppStartingAnimationValues()102 view.getInfoFieldView().setAlpha(isPipShown ? 0 : 1f); in setEnterFromAppStartingAnimationValues()103 if (isPipShown && view.hasFocus()) { in setEnterFromAppStartingAnimationValues()
155 || !mPipManager.isPipShown()) { in requestFocus()174 || !mPipManager.isPipShown() || !mHasFocusableInRecents) { in clearFocus()196 if (!mPipManager.isPipShown()) { in onRecentsResumed()214 if (mPipManager.isPipShown()) { in onRecentsPaused()
442 public boolean isPipShown() { in isPipShown() method in PipManager
353 mHomeRecentsEnterExitAnimationHolder.startEnterAnimation(mPipManager.isPipShown()); in onEnterAnimationComplete()411 if (mPipManager.isPipShown()) { in onResume()548 if (mPipManager.isPipShown()) { in onBusEvent()568 .setEnterFromHomeStartingAnimationValues(mPipManager.isPipShown()); in onPreDraw()571 .setEnterFromAppStartingAnimationValues(mPipManager.isPipShown()); in onPreDraw()585 if (!mPipManager.isPipShown()) { in updatePipUI()599 if (!mPipManager.isPipShown()) { in requestPipControlsFocus()
127 mContext, !mPipManager.isPipShown(), numTasks); in getThumbnailTransitionActivityOptionsForTV()