mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix typo."
This commit is contained in:
commit
a40db55d9b
@ -95,7 +95,7 @@ public final class PointerTrackerQueue {
|
|||||||
public void releaseAllPointersOlderThan(final Element pointer, final long eventTime) {
|
public void releaseAllPointersOlderThan(final Element pointer, final long eventTime) {
|
||||||
synchronized (mExpandableArrayOfActivePointers) {
|
synchronized (mExpandableArrayOfActivePointers) {
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
Log.d(TAG, "releaseAllPoniterOlderThan: " + pointer + " " + this);
|
Log.d(TAG, "releaseAllPointerOlderThan: " + pointer + " " + this);
|
||||||
}
|
}
|
||||||
final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers;
|
final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers;
|
||||||
final int arraySize = mArraySize;
|
final int arraySize = mArraySize;
|
||||||
@ -144,9 +144,9 @@ public final class PointerTrackerQueue {
|
|||||||
synchronized (mExpandableArrayOfActivePointers) {
|
synchronized (mExpandableArrayOfActivePointers) {
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
if (pointer == null) {
|
if (pointer == null) {
|
||||||
Log.d(TAG, "releaseAllPoniters: " + this);
|
Log.d(TAG, "releaseAllPointers: " + this);
|
||||||
} else {
|
} else {
|
||||||
Log.d(TAG, "releaseAllPoniterExcept: " + pointer + " " + this);
|
Log.d(TAG, "releaseAllPointerExcept: " + pointer + " " + this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers;
|
final ArrayList<Element> expandableArray = mExpandableArrayOfActivePointers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user