OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextLeft
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Browser/src/com/android/browser/
TabScrollView.java
236
int
nextLeft
= getChildAt(0).getRight() - mTabOverlap;
240
tab.layout(
nextLeft
, tab.getTop(),
nextLeft
+ w, tab.getBottom());
241
nextLeft
+= w - mTabOverlap;
/external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp
440
int
nextLeft
= block()->logicalLeftOffsetForLine(nextTop, false);
444
if (
nextLeft
> newLeft || nextRight < newRight)
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
Event.java
149
public Event
nextLeft
;
/frameworks/base/core/java/android/widget/
GridView.java
301
int
nextLeft
= mListPadding.left +
311
nextLeft
+= (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
328
child = makeAndAddView(pos, y, flow,
nextLeft
, selected, where);
330
nextLeft
+= columnWidth;
332
nextLeft
+= horizontalSpacing;
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 101 milliseconds