Searched refs:mExcludedSurfaces (Results 1 – 1 of 1) sorted by relevance
478 private int mExcludedSurfaces; field in ShortcutInfo505 mExcludedSurfaces = b.mExcludedSurfaces; in ShortcutInfo()628 mExcludedSurfaces = source.mExcludedSurfaces; in ShortcutInfo()1098 private int mExcludedSurfaces; field in ShortcutInfo.Builder1504 mExcludedSurfaces = surfaces; in setExcludedFromSurfaces()2265 return (mExcludedSurfaces & surface) != 0; in isExcludedFromSurfaces()2275 return mExcludedSurfaces; in getExcludedFromSurfaces()2402 mExcludedSurfaces = source.readInt(); in ShortcutInfo()2464 dest.writeInt(mExcludedSurfaces); in writeToParcel()