OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:photocount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java
163
int
photoCount
= getPhotoCount(resolver);
164
if (isContentSound(
photoCount
)) return;
166
int choosedIds[] = getExponentialIndice(
photoCount
, MAX_PHOTO_COUNT);
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java
260
final int
photoCount
= photos.size();
268
if (
photoCount
== 0) {
275
// Number of image rows needed, which is cailing(
photoCount
/ 2)
276
final int numImageRows = (
photoCount
+ 1) / 2;
299
for (int i = 0; i <
photoCount
; i += 2) {
308
if (i + 1 <
photoCount
) {
Completed in 58 milliseconds