Searched refs:mOps (Results 1 – 6 of 6) sorted by relevance
83 private final OpsHolder mOps = new OpsHolder(); field in InputMethodPrivilegedOperations94 mOps.set(privOps); in set()110 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setImeWindowStatus()128 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportStartInput()149 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputContentUriToken()170 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportFullscreenMode()189 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in updateStatusIcon()208 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethod()229 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethodAndSubtype()249 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in hideMySoftInput()[all …]
88 private final OpsHolder mOps = new OpsHolder(); field in MultiClientInputMethodPrivilegedOperations99 mOps.set(privOps); in set()107 mOps.dispose(); in dispose()119 IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputMethodWindowToken()138 IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in deleteInputMethodWindowToken()162 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in acceptClient()184 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportImeWindowTarget()204 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in isUidAllowedOnDisplay()222 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setActive()
35 final int[] mOps; field in BackStackState49 final int numOps = bse.mOps.size(); in BackStackState()50 mOps = new int[numOps * 6]; in BackStackState()58 final BackStackRecord.Op op = bse.mOps.get(opNum); in BackStackState()59 mOps[pos++] = op.cmd; in BackStackState()60 mOps[pos++] = op.fragment != null ? op.fragment.mIndex : -1; in BackStackState()61 mOps[pos++] = op.enterAnim; in BackStackState()62 mOps[pos++] = op.exitAnim; in BackStackState()63 mOps[pos++] = op.popEnterAnim; in BackStackState()64 mOps[pos++] = op.popExitAnim; in BackStackState()[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()
57 std::vector<Operation> mOps; member in android::BatteryCheckerTestHandler67 mOps = ops; in runTest()130 EXPECT_EQ(mOnCounter, mOps[0].expectedOnCounter); in onMessageReceived()131 EXPECT_EQ(mOffCounter, mOps[0].expectedOffCounter); in onMessageReceived()137 EXPECT_EQ(msg->what(), mOps[0].event); in onMessageReceived()139 if (!mOps[0].repeatCount) { in onMessageReceived()140 mOps.erase(mOps.begin()); in onMessageReceived()142 mOps[0].repeatCount--; in onMessageReceived()144 int64_t duration = mOps[0].delay; in onMessageReceived()145 if (!mOps.empty()) { in onMessageReceived()[all …]
4100 Landroid/app/BackStackRecord;->mOps:Ljava/util/ArrayList;