OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getint
(Results
76 - 100
of
1640
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/guide/topics/manifest/
meta-data-element.jd
61
{@link android.os.Bundle#
getInt
Bundle.
getInt
()} method.</dd>
76
<td>{@link android.os.Bundle#
getInt
(String)
getInt
()}</td>
83
<td>{@link android.os.Bundle#
getInt
(String)
getInt
()}</td>
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java
134
id = cursor.
getInt
(INDEX_ID);
143
rotation = cursor.
getInt
(INDEX_ORIENTATION);
144
bucketId = cursor.
getInt
(INDEX_BUCKET_ID);
146
width = cursor.
getInt
(INDEX_WIDTH);
147
height = cursor.
getInt
(INDEX_HEIGHT);
153
id = uh.update(id, cursor.
getInt
(INDEX_ID));
165
rotation = uh.update(rotation, cursor.
getInt
(INDEX_ORIENTATION));
166
bucketId = uh.update(bucketId, cursor.
getInt
(INDEX_BUCKET_ID));
168
width = uh.update(width, cursor.
getInt
(INDEX_WIDTH));
169
height = uh.update(height, cursor.
getInt
(INDEX_HEIGHT))
[
all
...]
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java
276
final int header_size = bb.
getInt
();
277
final int disp_width = bb.
getInt
();
278
final int disp_height = bb.
getInt
();
279
final int x = bb.
getInt
();
280
final int y = bb.
getInt
();
281
final int w = bb.
getInt
();
282
final int h = bb.
getInt
();
283
final int bpl = bb.
getInt
();
284
final int bpp = bb.
getInt
();
285
final int format = bb.
getInt
();
[
all
...]