OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vspan
(Results
1 - 12
of
12
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java
155
* @param
vSpan
159
public GridDataFactory span(int hSpan, int
vSpan
) {
161
m_data.verticalSpan =
vSpan
;
180
* @param
vSpan
184
public GridDataFactory spanV(int
vSpan
) {
185
m_data.verticalSpan =
vSpan
;
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java
120
int
vSpan
= Math.min(cellSpan[1], LauncherModel.getCellCountY());
121
dims.setText(String.format(mDimensionsFormatString, hSpan,
vSpan
));
PagedViewCellLayout.java
366
* Estimates the height that the number of
vSpan
cells will take up.
368
public int estimateCellHeight(int
vSpan
) {
370
return
vSpan
* mCellHeight;
Workspace.java
354
// estimate the size of a widget with spans hSpan,
vSpan
. return MAX_VALUE for each
356
public int[] estimateItemSize(int hSpan, int
vSpan
,
361
Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan,
vSpan
);
376
int hCell, int vCell, int hSpan, int
vSpan
) {
378
cl.cellToRect(hCell, vCell, hSpan,
vSpan
, r);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java
150
int
vSpan
= Math.min(info.spanY, profile.numRows);
151
mWidgetDims.setText(String.format(mDimensionsFormatString, hSpan,
vSpan
));
/external/libvncserver/libvncserver/
rfbregion.c
518
sraSpan *
vspan
, *hspan;
local
527
vspan
= sraSpanCreate(y1, y2, hlist);
528
sraSpanInsertAfter(
vspan
, &(vlist->front));
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
359
// estimate the size of a widget with spans hSpan,
vSpan
. return MAX_VALUE for each
381
public Rect estimateItemPosition(CellLayout cl, int hCell, int vCell, int hSpan, int
vSpan
) {
383
cl.cellToRect(hCell, vCell, hSpan,
vSpan
, r);
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar
/prebuilts/devtools/tools/lib/
sdkuilib.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar
Completed in 1171 milliseconds