Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 161) sorted by relevance

1234567

/frameworks/native/libs/binder/
DDebug.cpp210 long remain = length; in printHexData() local
238 if (remain-- > 0) { in printHexData()
247 if (remain > 0) { in printHexData()
259 remain--; in printHexData()
268 remain = length; in printHexData()
273 if (remain-- > 0) { in printHexData()
284 if (remain > 0) *c++ = ','; in printHexData()
/frameworks/base/tools/aapt/
DAaptAssets.cpp640 String8 remain = path; in makeDir() local
643 while (name = remain.walkPath(&remain), remain != "") { in makeDir()
934 String8 root, remain(filePath), partialPath; in addFile() local
935 while (remain.length() > 0) { in addFile()
936 root = remain.walkPath(&remain); in addFile()
941 if (remain.length() == 0) { in addFile()
1273 String8 remain; in slurpResourceZip() local
1274 if (entryName.walkPath(&remain) == kResourceDir) { in slurpResourceZip()
1276 kind.initFromDirName(remain.walkPath().string(), &resType); in slurpResourceZip()
/frameworks/base/docs/html/training/system-ui/
Dnavigation.jd77 status bar) to reappear and remain visible. The user interaction causes the flags to be
87 won't get called, so the system bars will remain visible. If you want system UI changes to
Dstatus.jd75 manifest file is the preferred approach if the status bar should always remain
118 programmatically), the flags remain in effect unless your app clears them.</p>
159 won't get called, so the system bars will remain visible. If you want system UI changes to
Dimmersive.jd88 bars reappear and remain visible.</li>
169 system bars reappear and remain visible.</p>
/frameworks/base/docs/html/training/scheduling/
Dindex.jd39 <li>Other applications may not need the screen to remain on, but they may require the CPU
/frameworks/base/docs/html/training/basics/actionbar/
Doverlaying.jd116 remain visible. To ensure that such items remain below the action bar at all times,
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java645 final int remain = LAST - idx; in remove_all_objects() local
646 if (remain > 0) { in remove_all_objects()
647 System.arraycopy(array, idx+1, array, idx, remain); in remove_all_objects()
/frameworks/base/docs/html/training/notify-user/
Dmanaging.jd86 Notifications remain visible until one of the following happens:
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h37 struct timespec *remain);
/frameworks/base/docs/html/training/wearables/watch-faces/
Dissues.jd95 <p>To ensure that the system indicators remain visible, you can configure their position on the
Ddesigning.jd69 <dd>Your design should ensure that system indicators remain visible and that users can still
/frameworks/base/docs/html/training/material/
Dtheme.jd123 only the status bar. The navigation bar should remain black in all other cases.</p>
/frameworks/base/docs/html/guide/practices/
Dtablets-and-handsets.jd130 3.0. Additionally, you can even implement the fragment design patterns and remain
142 <p>If you want to use fragments in your application <em>and</em> remain compatible with
150 backward-compatible versions of these APIs in your application and remain compatible with Android
447 a value lower than {@code "14"} to remain compatible with older versions of Android. When running on
/frameworks/base/docs/html/training/gestures/
Dmulti.jd84 next, but the pointer ID of a pointer is guaranteed to remain constant as long
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd6 be run, and will remain running until it is no longer needed <em>and</em>
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd63 … the case of the typical 3G radio state machine described above, it will remain at full power for …
104 <p>Using this approach, the radio will be forced to remain active for the majority of users' news-r…
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd248 these files should remain available to the user.
309 If the files you're saving should remain available after the user uninstalls your
/frameworks/base/docs/html/training/multiple-threads/
Dcreate-threadpool.jd182 The duration that a thread will remain idle before it shuts down. The duration is
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp62 struct timespec *remain);
/frameworks/base/docs/html/training/articles/
Dperf-anr.jd153 Designing your application in this way will allow your app's UI thread to remain
/frameworks/av/media/mediaserver/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/base/cmds/dpm/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DNOTICE57 of this License, Derivative Works shall not include works that remain
/frameworks/av/media/libeffects/visualizer/
DNOTICE57 of this License, Derivative Works shall not include works that remain

1234567