HomeSort by relevance Sort by last modified time
    Searched full:relativeindex (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 215 int relativeIndex;
219 ViewAndMetaData(View view, int relativeIndex, int adapterPosition, long itemId) {
221 this.relativeIndex = relativeIndex;
319 * @param relativeIndex
321 void applyTransformForChildAtIndex(View child, int relativeIndex) {
356 * @param relativeIndex Position relative to the current window's start
359 View getViewAtRelativeIndex(int relativeIndex) {
360 if (relativeIndex >= 0 && relativeIndex <= getNumActiveViews() - 1 && mAdapter != null)
    [all...]
StackView.java 522 void applyTransformForChildAtIndex(View child, int relativeIndex) {
    [all...]
  /external/skia/src/views/
SkListWidget.cpp 270 evt.setS32("relativeIndex", i - fScrollIndex);

Completed in 140 milliseconds