Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java193 ViewStackEntry mCurViewStackEntry; field in AssistStructure.ParcelTransferWriter
267 mCurViewStackEntry = entry; in pushViewStackEntry()
293 if (mCurViewStackEntry != null) { in writeNextEntryToParcel()
294 if (mCurViewStackEntry.curChild < mCurViewStackEntry.numChildren) { in writeNextEntryToParcel()
297 + mCurViewStackEntry.curChild + " in " + mCurViewStackEntry.node); in writeNextEntryToParcel()
298 ViewNode child = mCurViewStackEntry.node.mChildren[mCurViewStackEntry.curChild]; in writeNextEntryToParcel()
299 mCurViewStackEntry.curChild++; in writeNextEntryToParcel()
307 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with " + mCurViewStackEntry.node in writeNextEntryToParcel()
312 mCurViewStackEntry = null; in writeNextEntryToParcel()
315 mCurViewStackEntry = mViewStack.get(pos); in writeNextEntryToParcel()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt3889 Landroid/app/assist/AssistStructure$ParcelTransferWriter;->mCurViewStackEntry:Landroid/app/assist/A…