Searched refs:mViewId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillId.java | 39 private final int mViewId; field in AutofillId 54 this(FLAG_IS_VIRTUAL_INT, hostId.mViewId, virtualChildId, NO_SESSION); in AutofillId() 65 this(FLAG_IS_VIRTUAL_INT | FLAG_HAS_SESSION, hostId.mViewId, virtualChildId, sessionId); in AutofillId() 71 this(FLAG_IS_VIRTUAL_LONG | FLAG_HAS_SESSION, hostId.mViewId, virtualChildId, sessionId); in AutofillId() 76 mViewId = parentId; in AutofillId() 111 return new AutofillId(flags, id.mViewId, virtualChildId, NO_SESSION); in withoutSession() 116 return mViewId; in getViewId() 209 result = prime * result + mViewId; in hashCode() 222 if (mViewId != other.mViewId) return false; in equals() 234 if (mViewId != other.mViewId) return false; in equalsIgnoreSession() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 435 private int mViewId = View.NO_ID; field in RemoteViews 661 int mViewId; field in RemoteViews.Action 682 return (getActionTag() + "_" + mViewId); in getUniqueKey() 825 && itemsAction.mViewId == viewId in replaceRemoteCollections() 829 itemsAction.mViewId, itemsAction.mServiceIntent); in replaceRemoteCollections() 835 && intentAction.mViewId == viewId) { in replaceRemoteCollections() 837 intentAction.mViewId, intentAction.mIntent)); in replaceRemoteCollections() 945 this.mViewId = viewId; in SetEmptyView() 950 this.mViewId = in.readInt(); in SetEmptyView() 955 out.writeInt(this.mViewId); in writeToParcel() [all …]
|
/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
D | LayoutPerfTest.java | 66 private int mViewId; field in LayoutPerfTest 71 mViewId = viewId; in LayoutPerfTest() 93 ViewGroup viewGroup = (ViewGroup) activity.findViewById(mViewId); in testLayoutPerf()
|
/frameworks/base/core/java/android/view/ |
D | AccessibilityInteractionController.java | 1776 private int mViewId = View.NO_ID; field in AccessibilityInteractionController.AddNodeInfosForViewId 1780 mViewId = viewId; in init() 1785 mViewId = View.NO_ID; in reset() 1791 if (view.getId() == mViewId && isShown(view) && isVisibleToAccessibilityService(view)) { in test()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 58323 Landroid/view/AccessibilityInteractionController$AddNodeInfosForViewId;->mViewId:I 58633 Landroid/view/autofill/AutofillId;->mViewId:I
|