OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cellWidth
(Results
1 - 10
of
10
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java
76
int
cellWidth
= mCellWidth;
78
int columns = (r - l) /
cellWidth
;
92
int left = x + ((
cellWidth
-w)/2);
103
x +=
cellWidth
;
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java
87
int
cellWidth
= mCellWidth;
89
int columns = (r - l) /
cellWidth
;
103
int left = x + ((
cellWidth
-w)/2);
114
x +=
cellWidth
;
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayoutChildren.java
49
public void setCellDimensions(int
cellWidth
, int cellHeight, int widthGap, int heightGap ) {
50
mCellWidth =
cellWidth
;
87
final int
cellWidth
= mCellWidth;
91
lp.setup(
cellWidth
, cellHeight, mWidthGap, mHeightGap);
AppsCustomizePagedView.java
[
all
...]
CellLayout.java
267
int
cellWidth
= r.getDimensionPixelSize(R.dimen.workspace_cell_width);
271
return minGap * (numCells - 1) +
cellWidth
* numCells;
[
all
...]
/development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java
201
int
cellWidth
= resources.getDimensionPixelSize(R.dimen.workspace_cell_width);
209
int smallerSize = Math.min(
cellWidth
, cellHeight);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java
[
all
...]
/frameworks/base/core/java/android/widget/
GridLayout.java
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
Completed in 88 milliseconds