Searched defs:insertIndex (Results 1 - 3 of 3) sorted by relevance

/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/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/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 222 milliseconds