OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCachedBorders
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java
47
* <p>For <b>i-th</b> item start is {@link #
mCachedBorders
}[i-1] + 1
48
* and end is {@link #
mCachedBorders
}[i].
50
int []
mCachedBorders
;
285
if (
mCachedBorders
== null) {
294
width = chooseSize(wSpec,
mCachedBorders
[
mCachedBorders
.length - 1] + horizontalPadding,
299
height = chooseSize(hSpec,
mCachedBorders
[
mCachedBorders
.length - 1] + verticalPadding,
309
mCachedBorders
= calculateItemBorders(
mCachedBorders
, mSpanCount, totalSpace)
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 34 milliseconds