Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DBackStackRecord.java35 final int[] mOps; field in BackStackState
50 mOps = new int[numOps * 6]; in BackStackState()
59 mOps[pos++] = op.cmd; in BackStackState()
62 mOps[pos++] = op.exitAnim; in BackStackState()
80 mOps = in.createIntArray(); in BackStackState()
98 while (pos < mOps.length) { in instantiate()
100 op.cmd = mOps[pos++]; in instantiate()
144 dest.writeIntArray(mOps); in writeToParcel()
298 if (!mOps.isEmpty()) { in dump()
401 mOps.add(op); in addOp()
[all …]
H A DFragmentTransition.java1205 final int numOps = transaction.mOps.size(); in calculateFragments()
1207 final BackStackRecord.Op op = transaction.mOps.get(opNum); in calculateFragments()
1225 final int numOps = transaction.mOps.size(); in calculatePopFragments()
1227 final BackStackRecord.Op op = transaction.mOps.get(opNum); in calculatePopFragments()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodPrivilegedOperations.java89 private final OpsHolder mOps = new OpsHolder(); field in InputMethodPrivilegedOperations
101 mOps.set(privOps); in set()
117 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setImeWindowStatusAsync()
135 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportStartInputAsync()
157 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputContentUriToken()
180 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportFullscreenModeAsync()
199 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in updateStatusIconAsync()
218 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethod()
241 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethodAndSubtype()
262 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in hideMySoftInput()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DRecentAppOpsAccess.java73 private final int[] mOps; field in RecentAppOpsAccess
85 mOps = ops; in RecentAppOpsAccess()
119 List<AppOpsManager.PackageOps> appOps = aoManager.getPackagesForOps(mOps); in getAppList()
143 for (int op : mOps) { in getAppList()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt4097 Landroid/app/BackStackRecord;->mOps:Ljava/util/ArrayList;