OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relativeIndex
(Results
1 - 2
of
2
) 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
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 30 milliseconds