Searched refs:mSystemIconResourceId (Results 1 – 2 of 2) sorted by relevance
155 private int mSystemIconResourceId; field in PointerIcon260 icon.mSystemIconResourceId = resourceId; in getSystemIcon()350 if (mSystemIconResourceId == 0 || mBitmap != null) { in load()355 result.mSystemIconResourceId = mSystemIconResourceId; in load()356 result.loadResource(context, context.getResources(), mSystemIconResourceId); in load()376 icon.mSystemIconResourceId = systemIconResourceId;399 out.writeInt(mSystemIconResourceId); in writeToParcel()400 if (mSystemIconResourceId == 0) { in writeToParcel()420 || mSystemIconResourceId != otherIcon.mSystemIconResourceId) { in equals()424 if (mSystemIconResourceId == 0 && (mBitmap != otherIcon.mBitmap in equals()
64907 Landroid/view/PointerIcon;->mSystemIconResourceId:I