OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edgeLeft
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
EdgeEffect.java
354
int
edgeLeft
= (mWidth - mMinWidth)/2;
355
mEdge.setBounds(
edgeLeft
, 0, mWidth -
edgeLeft
, edgeBottom);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java
337
int
edgeLeft
= (mWidth - mMinWidth)/2;
338
mEdge.setBounds(
edgeLeft
, 0, mWidth -
edgeLeft
, edgeBottom);
Completed in 2092 milliseconds