OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRowCount
(Results
1 - 9
of
9
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
TiledWorld.java
31
private int
mRowCount
;
38
mRowCount
= rows;
61
if (x >= 0 && x < mColCount && y >= 0 && y <
mRowCount
) {
90
mRowCount
= height;
110
for (int y =
mRowCount
- 1; y >= 0; y--) {
127
return
mRowCount
;
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java
60
private int
mRowCount
= 0;
107
mRowCount
= 0;
119
mRowCount
= c.getCount();
120
mData = new CalendarRow[
mRowCount
];
148
if (position >=
mRowCount
) {
230
return
mRowCount
;
235
if (position >=
mRowCount
) {
244
if (position >=
mRowCount
) {
SelectCalendarsSimpleAdapter.java
65
private int
mRowCount
= 0;
180
mRowCount
= 0;
194
mRowCount
= c.getCount();
218
if (position >=
mRowCount
) {
350
return
mRowCount
;
355
if (position >=
mRowCount
) {
364
if (position >=
mRowCount
) {
/packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java
277
int
mRowCount
= 1; // assume at least 1 child fits in a row
322
int rowCount =
mRowCount
;
357
return (int) Math.ceil(adapter.getCount() / (float)
mRowCount
);
378
boolean notify = rowCount !=
mRowCount
|| rowPadding != mRowPadding;
379
mRowCount
= rowCount;
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java
151
private int
mRowCount
;
408
return
mRowCount
;
452
if (position >= (
mRowCount
- PREFETCH_BOUNDARY)
784
if (
mRowCount
== 0 || queryType == QUERY_TYPE_CLEAN) {
785
mRowCount
= 0;
844
if (
mRowCount
!= 0) {
845
queryDuration = IDEAL_NUM_OF_EVENTS * (end - start + 1) /
mRowCount
;
[
all
...]
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java
81
private int
mRowCount
= DEFAULT_ROW_COUNT;
115
setRowCount(
mRowCount
);
255
mRowCount
= n;
CarouselRS.java
82
private int
mRowCount
;
505
mRowCount
= count;
659
int count = (mVisibleSlots + 2*mPrefetchCardCount) *
mRowCount
;
[
all
...]
/frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java
[
all
...]
Completed in 713 milliseconds