Home
last modified time | relevance | path

Searched refs:mSystemIconResourceId (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DPointerIcon.java155 private int mSystemIconResourceId; field in PointerIcon
260 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64907 Landroid/view/PointerIcon;->mSystemIconResourceId:I