OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pagecount
(Results
26 - 43
of
43
) sorted by null
1
2
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
598
final int
pageCount
= getChildCount();
599
for (int i = 0; i <
pageCount
; i++) {
785
final int
pageCount
= getChildCount();
787
if (
pageCount
> 0) {
789
int leftScreen = isRtl ?
pageCount
- 1 : 0;
791
int endIndex = isRtl ? 0 :
pageCount
- 1;
835
final int
pageCount
= getChildCount();
836
if (
pageCount
> 0) {
[
all
...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java
706
public void onPostExecute(Integer
pageCount
) {
707
switch (
pageCount
) {
721
mPageCount =
pageCount
;
RemotePrintDocument.java
[
all
...]
PrintSpoolerService.java
[
all
...]
/cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java
721
final int
pageCount
= toIndex - fromIndex + 1;
722
for (int i = 0; i <
pageCount
; i++) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java
501
final int
pageCount
= mConfirmedPagesInDocument.size();
502
for (int i = 0; i <
pageCount
; i++) {
/external/autotest/client/tools/
html_report.py
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
[
all
...]
/libcore/ojluni/src/main/java/java/nio/
Bits.java
669
static int
pageCount
(long size) {
/external/e2fsprogs/lib/blkid/
probe.c
957
/* check for wrong version or zeroed
pagecount
, for sanity */
[
all
...]
/frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java
[
all
...]
/external/v8/src/heap/
spaces.h
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h
[
all
...]
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_data.cpp
[
all
...]
/external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test
url_fetch_test.arm
Completed in 1302 milliseconds
1
2