Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DPointerIcon.java145 private int mSystemIconResourceId; field in PointerIcon
227 icon.mSystemIconResourceId = resourceId; in getSystemIcon()
316 if (mSystemIconResourceId == 0 || mBitmap != null) { in load()
321 result.mSystemIconResourceId = mSystemIconResourceId; in load()
322 result.loadResource(context, context.getResources(), mSystemIconResourceId); in load()
342 icon.mSystemIconResourceId = systemIconResourceId;
365 out.writeInt(mSystemIconResourceId); in writeToParcel()
366 if (mSystemIconResourceId == 0) { in writeToParcel()
386 || mSystemIconResourceId != otherIcon.mSystemIconResourceId) { in equals()
390 if (mSystemIconResourceId == 0 && (mBitmap != otherIcon.mBitmap in equals()