OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grid
(Results
26 - 50
of
183
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/base/core/java/android/text/method/
CharacterPickerDialog.java
77
GridView
grid
= (GridView) findViewById(R.id.characterPicker);
local
78
grid
.setAdapter(new OptionsAdapter(getContext()));
79
grid
.setOnItemClickListener(this);
/external/freetype/include/freetype/
ftgasp.h
65
*
Grid
-fitting and hinting should be performed at the specified ppem.
75
*
Grid
-fitting must be used with ClearType's symmetric smoothing.
/external/webkit/WebCore/accessibility/
AccessibilityARIAGridCell.cpp
72
// as far as I can tell,
grid
cells cannot span rows
92
// as far as I can tell,
grid
cells cannot span columns
/external/webkit/WebCore/css/
MediaFeatureNames.h
30
macro(
grid
, "
grid
") \
/development/samples/ApiDemos/res/layout/
layout_animation_1.xml
17
<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/
grid
"
layout_animation_4.xml
17
<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/
grid
"
layout_animation_5.xml
17
<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/
grid
"
layout_animation_6.xml
17
<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/
grid
"
/development/samples/FixedGridLayout/res/layout/
main.xml
5
android:id="@+id/
grid
"
/frameworks/base/awt/java/awt/image/
RenderedImage.java
136
* Gets the Y offset of the tile
grid
.
138
* @return the Y offset of the tile
grid
.
143
* Gets the X offset of the tile
grid
.
145
* @return the X offset of the tile
grid
.
/frameworks/base/core/tests/coretests/res/layout/
grid_in_horizontal.xml
22
<GridView android:id="@+id/
grid
"
grid_in_vertical.xml
22
<GridView android:id="@+id/
grid
"
grid_padding.xml
17
<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/
grid
"
grid_scroll_listener.xml
22
<GridView android:id="@+id/
grid
"
grid_thrasher.xml
22
<GridView android:id="@+id/
grid
"
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSingleColumn.java
23
* A
grid
with vertical spacing between rows
GridStackFromBottomMany.java
22
* Basic bottom stacking from bottom scenario, nothing fancy. The
grid
items do not fit on the
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LaunchPreferencePage.java
33
super(
GRID
);
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/
buildbot.css
353
/*
grid
styles */
355
table.
Grid
{
359
table.
Grid
tr td {
365
table.
Grid
tr td.title {
371
table.
Grid
tr td.sourcestamp {
375
table.
Grid
tr td.builder {
380
table.
Grid
tr td.build {
/frameworks/base/docs/html/resources/tutorials/views/
hello-gridview.jd
1
page.title=
Grid
View
8
scrollable
grid
. The
grid
items are automatically inserted to the layout using a {@link
11
<p>In this tutorial, you'll create a
grid
of image thumbnails. When an item is selected, a
61
ImageAdapter}) as the source for all items to be displayed in the
grid
. The {@code ImageAdapter} is
63
<p>To do something when an item in the
grid
is clicked, the {@link
167
<p>Your
grid
layout should look something like this:</p>
/frameworks/base/awt/javax/imageio/
ImageWriteParam.java
96
* The tile
grid
x offset.
101
* The tile
grid
y offset.
205
* Returns true if the writer can use tiles with non zero
grid
offsets while
208
* @return true, if the writer can use tiles with non zero
grid
offsets
432
* Gets the tile
grid
X offset for encoding.
434
* @return the tile
grid
X offset for encoding.
444
* Gets the tile
grid
Y offset for encoding.
446
* @return the tile
grid
Y offset for encoding.
587
* the tile
grid
's x offset.
589
* the tile
grid
's y offset
[
all
...]
/external/wpa_supplicant/wpa_gui/
networkconfig.ui
18
<
grid
>
40
<
grid
>
247
<
grid
>
327
</
grid
>
329
</
grid
>
367
</
grid
>
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui
18
<
grid
>
40
<
grid
>
266
<
grid
>
346
</
grid
>
348
</
grid
>
386
</
grid
>
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Grid.java
30
class
Grid
{
32
public
Grid
(int w, int h) {
/external/webkit/WebCore/html/
HTMLDataGridColElement.cpp
77
HTMLDataGridElement*
grid
= findDataGridAncestor();
local
78
if (!
grid
&& column()) {
Completed in 58 milliseconds
1
2
3
4
5
6
7
8