Searched refs:oldKey (Results 1 – 6 of 6) sorted by relevance
793 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processPhantomSuddenMoveHack() argument799 lastX, lastY, Constants.printableCode(oldKey.getCode()), in processPhantomSuddenMoveHack()807 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in processProximateBogusDownMoveUpEventHack() argument818 lastX, lastY, Constants.printableCode(oldKey.getCode()), in processProximateBogusDownMoveUpEventHack()825 private void processDraggingFingerOutFromOldKey(final Key oldKey) { in processDraggingFingerOutFromOldKey() argument826 setReleasedKeyGraphics(oldKey, true /* withAnimation */); in processDraggingFingerOutFromOldKey()827 callListenerOnRelease(oldKey, oldKey.getCode(), true /* withSliding */); in processDraggingFingerOutFromOldKey()828 startKeySelectionByDraggingFinger(oldKey); in processDraggingFingerOutFromOldKey()833 final long eventTime, final Key oldKey, final int lastX, final int lastY) { in dragFingerFromOldKeyToNewKey() argument837 processDraggingFingerOutFromOldKey(oldKey); in dragFingerFromOldKeyToNewKey()[all …]
210 final Key oldKey = mCurrentKey; in detectKey() local212 if (newKey == oldKey) { in detectKey()216 if (oldKey != null) { in detectKey()217 updateReleaseKeyGraphics(oldKey); in detectKey()218 invalidateKey(oldKey); in detectKey()
63 ExpectedKey[] replacingKeys(final ExpectedKey oldKey); in replacingKeys() argument171 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in setMoreKeysOf()172 return new ExpectedKey[] { oldKey.setMoreKeys(moreKeys) }; in setMoreKeysOf()198 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in setAdditionalMoreKeysPositionOf()200 oldKey.setAdditionalMoreKeysIndex(additionalMoreKeysIndex) in setAdditionalMoreKeysPositionOf()274 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in replaceKeyOfLabel()296 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) { in replaceKeysOfAll() argument
73 private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey, in migratePrefBooleanInternal() argument77 final boolean oldValue = oldPrefs.getBoolean(oldKey, defaultValue); in migratePrefBooleanInternal()85 private void migratePrefStringInternal(final BuglePrefs oldPrefs, final String oldKey, in migratePrefStringInternal() argument88 final String oldValue = oldPrefs.getString(oldKey, defaultValue); in migratePrefStringInternal()
210 private long assertAccountPolicyConsistent(long accountId, long oldKey) { in assertAccountPolicyConsistent() argument225 if (oldKey > 0) { in assertAccountPolicyConsistent()227 Policy.restorePolicyWithId(mMockContext, oldKey)); in assertAccountPolicyConsistent()241 long oldKey = assertAccountPolicyConsistent(account.mId, 0); in testSettingAccountPolicy() local246 oldKey = assertAccountPolicyConsistent(account.mId, oldKey); in testSettingAccountPolicy()252 Policy.restorePolicyWithId(mMockContext, oldKey)); in testSettingAccountPolicy()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...