HomeSort by relevance Sort by last modified time
    Searched refs:relativeIndex (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 250 WebViewInternal.prototype.go_ = function(relativeIndex) {
254 WebView.go(this.instanceId_, relativeIndex);
995 proto.go = function(relativeIndex) {
996 this.internal_(secret).go_(relativeIndex);
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 243 milliseconds