OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edgeBottom
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
EdgeEffect.java
351
int
edgeBottom
= (int) (mEdgeHeight * mEdgeScaleY);
355
mEdge.setBounds(edgeLeft, 0, mWidth - edgeLeft,
edgeBottom
);
358
mEdge.setBounds(0, 0, mWidth,
edgeBottom
);
362
if (mState == STATE_RECEDE && glowBottom == 0 &&
edgeBottom
== 0) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java
334
int
edgeBottom
= (int) (edgeHeight * mEdgeScaleY);
338
mEdge.setBounds(edgeLeft, 0, mWidth - edgeLeft,
edgeBottom
);
341
mEdge.setBounds(0, 0, mWidth,
edgeBottom
);
Completed in 33 milliseconds