Searched refs:mDepthFactor (Results 1 – 1 of 1) sorted by relevance
3791 private int mDepthFactor; field in Transition.Targets3796 if (mDepthFactor == 0) { in add()3797 mDepthFactor = target.mContainer.mWmService.mRoot.getTreeWeight() + 1; in add()3804 score += mDepthFactor; in add()3829 final int zOrder = mArray.keyAt(i) % mDepthFactor; in getListSortedByZ()