OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextLeft
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/widget/
GridView.java
238
int
nextLeft
= mListPadding.left +
248
nextLeft
+= (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
265
child = makeAndAddView(pos, y, flow,
nextLeft
, selected, where);
267
nextLeft
+= columnWidth;
269
nextLeft
+= horizontalSpacing;
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
Event.java
116
public Event
nextLeft
;
CalendarView.java
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 2158 milliseconds