Searched refs:insertIndex (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackTransportRowPresenter.java121 int insertIndex = -1 - index;
122 if (insertIndex <= mPositionsLength - 1) {
123 newPos = mPositions[insertIndex];
124 thumbHeroIndex = insertIndex;
127 thumbHeroIndex = insertIndex > 0 ? insertIndex - 1 : 0;
142 int insertIndex = -1 - index;
143 if (insertIndex > 0) {
144 newPos = mPositions[insertIndex - 1];
145 thumbHeroIndex = insertIndex
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java118 public void moveTaskToStack(Task task, int insertIndex, int newStackId) { argument
120 if (taskIndex != insertIndex) {
122 if (taskIndex < insertIndex) {
123 insertIndex--;
125 mTasks.add(insertIndex, task);
605 int insertIndex = 0;
608 insertIndex = i + 1;
612 mStackTaskList.moveTaskToStack(task, insertIndex, newStackId);
/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp637 int insertIndex = mDisplayList->ops.size(); local
643 newChunk.beginOpIndex = insertIndex;
644 newChunk.endOpIndex = insertIndex + 1;
653 mDisplayList->chunks.back().endOpIndex = insertIndex + 1;
655 return insertIndex;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java667 final int insertIndex = findTaskViewInsertIndex(task, taskIndex);
668 if (insertIndex != getTaskViews().indexOf(tv)){
670 attachViewToParent(tv, insertIndex, tv.getLayoutParams());
1628 int insertIndex = findTaskViewInsertIndex(task, taskIndex);
1635 addView(tv, insertIndex);
1643 addViewInLayout(tv, insertIndex, params, true /* preventRequestLayout */);
1648 attachViewToParent(tv, insertIndex, tv.getLayoutParams());
/frameworks/base/core/java/android/view/
H A DViewGroup.java4137 int insertIndex = i;
4138 while (insertIndex > 0 && mPreSortedChildren.get(insertIndex - 1).getZ() > currentZ) {
4139 insertIndex--;
4141 mPreSortedChildren.add(insertIndex, nextChild);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 104 milliseconds