Searched refs:mStableId (Results 1 – 1 of 1) sorted by relevance
2279 private int mStableId; field in RemoteViews.ViewGroupActionAdd2293 mStableId = stableId; in ViewGroupActionAdd()2303 mStableId = parcel.readInt(); in ViewGroupActionAdd()2311 dest.writeInt(mStableId); in writeToParcel()2324 if (getStableId(child) == mStableId) { in findViewIndexToRecycle()2346 if (nextChild >= 0 && mStableId != NO_ID) { in apply()2372 if (mStableId != NO_ID) { in apply()2373 setStableId(nestedView, mStableId); in apply()2401 if (nextChild >= 0 && mStableId != NO_ID) { in initActionAsync()2404 view -> getStableId(view) == mStableId); in initActionAsync()[all …]