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

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 216 int relativeIndex;
220 ViewAndMetaData(View view, int relativeIndex, int adapterPosition, long itemId) {
222 this.relativeIndex = relativeIndex;
320 * @param relativeIndex
322 void applyTransformForChildAtIndex(View child, int relativeIndex) {
357 * @param relativeIndex Position relative to the current window's start
360 View getViewAtRelativeIndex(int relativeIndex) {
361 if (relativeIndex >= 0 && relativeIndex <= getNumActiveViews() - 1 && mAdapter != null)
    [all...]
StackView.java 522 void applyTransformForChildAtIndex(View child, int relativeIndex) {
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 154 milliseconds