Loading core/java/android/view/AccessibilityInteractionController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1502,7 +1502,7 @@ public final class AccessibilityInteractionController { parent = provider.createAccessibilityNodeInfo(virtualDescendantId); if (parent == null) { // Going up the parent relation we found a null predecessor, // so remove these disconnected nodes form the result. // so remove these disconnected nodes from the result. final int currentResultSize = outInfos.size(); for (int i = currentResultSize - 1; i >= initialResultSize; i--) { outInfos.remove(i); Loading core/java/android/widget/AbsListView.java +1 −1 Original line number Diff line number Diff line Loading @@ -463,7 +463,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te AbsPositionScroller mPositionScroller; /** * The offset in pixels form the top of the AdapterView to the top * The offset in pixels from the top of the AdapterView to the top * of the currently selected view. Used to save and restore state. */ int mSelectedTop = 0; Loading core/java/android/window/TaskFragmentTransaction.java +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public final class TaskFragmentTransaction implements Parcelable { /** Change type: the status of the TaskFragment is changed. */ public static final int TYPE_TASK_FRAGMENT_INFO_CHANGED = 2; /** Change type: the TaskFragment is removed form the hierarchy. */ /** Change type: the TaskFragment is removed from the hierarchy. */ public static final int TYPE_TASK_FRAGMENT_VANISHED = 3; /** Change type: the status of the parent leaf Task is changed. */ Loading core/java/com/android/internal/util/TraceBuffer.java +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ public class TraceBuffer<P, S extends P, T extends P> { } /** * Removes all elements form the buffer * Removes all elements from the buffer */ public void resetBuffer() { synchronized (mBufferLock) { Loading core/java/com/android/internal/widget/RecyclerView.java +1 −1 Original line number Diff line number Diff line Loading @@ -10087,7 +10087,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro static final int FLAG_IGNORE = 1 << 7; /** * When the View is detached form the parent, we set this flag so that we can take correct * When the View is detached from the parent, we set this flag so that we can take correct * action when we need to remove it or add it back. */ static final int FLAG_TMP_DETACHED = 1 << 8; Loading Loading
core/java/android/view/AccessibilityInteractionController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1502,7 +1502,7 @@ public final class AccessibilityInteractionController { parent = provider.createAccessibilityNodeInfo(virtualDescendantId); if (parent == null) { // Going up the parent relation we found a null predecessor, // so remove these disconnected nodes form the result. // so remove these disconnected nodes from the result. final int currentResultSize = outInfos.size(); for (int i = currentResultSize - 1; i >= initialResultSize; i--) { outInfos.remove(i); Loading
core/java/android/widget/AbsListView.java +1 −1 Original line number Diff line number Diff line Loading @@ -463,7 +463,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te AbsPositionScroller mPositionScroller; /** * The offset in pixels form the top of the AdapterView to the top * The offset in pixels from the top of the AdapterView to the top * of the currently selected view. Used to save and restore state. */ int mSelectedTop = 0; Loading
core/java/android/window/TaskFragmentTransaction.java +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public final class TaskFragmentTransaction implements Parcelable { /** Change type: the status of the TaskFragment is changed. */ public static final int TYPE_TASK_FRAGMENT_INFO_CHANGED = 2; /** Change type: the TaskFragment is removed form the hierarchy. */ /** Change type: the TaskFragment is removed from the hierarchy. */ public static final int TYPE_TASK_FRAGMENT_VANISHED = 3; /** Change type: the status of the parent leaf Task is changed. */ Loading
core/java/com/android/internal/util/TraceBuffer.java +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ public class TraceBuffer<P, S extends P, T extends P> { } /** * Removes all elements form the buffer * Removes all elements from the buffer */ public void resetBuffer() { synchronized (mBufferLock) { Loading
core/java/com/android/internal/widget/RecyclerView.java +1 −1 Original line number Diff line number Diff line Loading @@ -10087,7 +10087,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro static final int FLAG_IGNORE = 1 << 7; /** * When the View is detached form the parent, we set this flag so that we can take correct * When the View is detached from the parent, we set this flag so that we can take correct * action when we need to remove it or add it back. */ static final int FLAG_TMP_DETACHED = 1 << 8; Loading