Searched refs:mStartDisplayId (Results 1 – 1 of 1) sorted by relevance
668 private int mStartDisplayId = INVALID_DISPLAY; field in TransitionInfo.Change702 mStartDisplayId = in.readInt(); in Change()726 out.mStartDisplayId = mStartDisplayId; in localRemoteCopy()798 mStartDisplayId = start; in setDisplayId()936 return mStartDisplayId; in getStartDisplayId()1008 dest.writeInt(mStartDisplayId); in writeToParcel()1059 if (mStartDisplayId != mEndDisplayId) { in toString()1060 sb.append(mStartDisplayId).append("->"); in toString()