Searched refs:mOps (Results 1 – 5 of 5) sorted by relevance
35 final int[] mOps; field in BackStackState50 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 …]
1205 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()
89 private final OpsHolder mOps = new OpsHolder(); field in InputMethodPrivilegedOperations101 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 …]
73 private final int[] mOps; field in RecentAppOpsAccess85 mOps = ops; in RecentAppOpsAccess()119 List<AppOpsManager.PackageOps> appOps = aoManager.getPackagesForOps(mOps); in getAppList()143 for (int op : mOps) { in getAppList()
4097 Landroid/app/BackStackRecord;->mOps:Ljava/util/ArrayList;