Searched refs:mDepthFactor (Results 1 – 1 of 1) sorted by relevance
3157 private int mDepthFactor; field in Transition.Targets3162 if (mDepthFactor == 0) { in add()3163 mDepthFactor = target.mContainer.mWmService.mRoot.getTreeWeight() + 1; in add()3170 score += mDepthFactor; in add()3195 final int zOrder = mArray.keyAt(i) % mDepthFactor; in getListSortedByZ()