OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:absoluteY
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
RelativePosition.java
25
public void setAbsolutePosition(int absoluteX, int
absoluteY
) {
27
mAbsoluteY =
absoluteY
;
SlotView.java
579
int
absoluteY
= Math.round(y) + (WIDE ? 0 : mScrollPosition);
582
absoluteY
-= mVerticalPadding.get();
584
if (absoluteX < 0 ||
absoluteY
< 0) {
589
int rowIdx =
absoluteY
/ (mSlotHeight + mSlotGap);
603
if (
absoluteY
% (mSlotHeight + mSlotGap) >= mSlotHeight) {
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
Completed in 1760 milliseconds