Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DPointerIcon.java154 private int mSystemIconResourceId; field in PointerIcon
259 icon.mSystemIconResourceId = resourceId; in getSystemIcon()
349 if (mSystemIconResourceId == 0 || mBitmap != null) { in load()
354 result.mSystemIconResourceId = mSystemIconResourceId; in load()
355 result.loadResource(context, context.getResources(), mSystemIconResourceId); in load()
375 icon.mSystemIconResourceId = systemIconResourceId;
398 out.writeInt(mSystemIconResourceId); in writeToParcel()
399 if (mSystemIconResourceId == 0) { in writeToParcel()
419 || mSystemIconResourceId != otherIcon.mSystemIconResourceId) { in equals()
423 if (mSystemIconResourceId == 0 && (mBitmap != otherIcon.mBitmap in equals()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76013 Landroid/view/PointerIcon;->mSystemIconResourceId:I