/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
NotificationPanel.java | 70 // amount to slide mContentParent down by when mContentFrame is missing
|
/packages/apps/DeskClock/res/values/ |
strings.xml | [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputTestsBase.java | 201 // code (although multitouch/slide input and other factors make the sequencing complicated).
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 438 function toggle(obj, slide) { 442 if (slide) {
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 362 function toggle(obj, slide) { 366 if (slide) {
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
guideinputkeyboard.html | 554 >Imagine you have an image of an alien that you wish to move around using the cursor keys: when you pressed the left arrow key you want him to slide over to the left, and when you press the down key you want him to slide down the screen. Examine the following code; it highlights an error that many people have made.
|
/external/v8/src/ |
platform-macos.cc | 270 const uintptr_t slide = _dyld_get_image_vmaddr_slide(i); local 271 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;
|
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPicker.java | 205 // "Slide Show" 232 // Slide show starts from the first image on the list.
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch_test.java | 192 assertEquals("diff_cleanupMerge: Slide edit left.", diffList(new Diff(INSERT, "ab"), new Diff(EQUAL, "ac")), diffs); 196 assertEquals("diff_cleanupMerge: Slide edit right.", diffList(new Diff(EQUAL, "ca"), new Diff(INSERT, "ba")), diffs); 200 assertEquals("diff_cleanupMerge: Slide edit left recursive.", diffList(new Diff(DELETE, "abc"), new Diff(EQUAL, "acx")), diffs); 204 assertEquals("diff_cleanupMerge: Slide edit right recursive.", diffList(new Diff(EQUAL, "xca"), new Diff(DELETE, "cba")), diffs); 208 // Slide diffs to match logical boundaries. [all...] |
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorClasses.cpp | [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
SlidingPaneLayout.java | 55 * in the SlidingPaneLayout. When this occurs the user may slide the topmost view out of the way 132 * True if a panel can slide with the current measurements 137 * The child view that can slide, if any. [all...] |
/external/chromium/chrome/browser/ui/gtk/notifications/ |
balloon_view_gtk.cc | 158 // No need to create a slide animation when this balloon is fading out.
|
/external/icu4c/io/ |
ustdio.c | 144 /* First: slide over everything */
|
/external/llvm/test/Transforms/LoopVectorize/ |
global_alias.ll | 66 ; /// Different objects, positive induction with widening slide 115 ; /// Different objects, positive induction with shortening slide 383 ; /// Different objects, negative induction, shortening slide 435 ; /// Different objects, negative induction, widening slide [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
demangle.c | 125 // so we just let it slide without aborting or telling the user.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CSSKeywordCompletions.js | 409 "none", "scroll", "slide", "alternate"
|
SourceCSSTokenizer.re2js | 84 "skip-white-space", "slide", "slider-horizontal", "slider-vertical", "sliderthumb-horizontal", "sliderthumb-vertical", "slow",
|
/external/webp/src/utils/ |
bit_reader.h | 36 // the window fixed. Or we slide the window to the right while keeping the cache
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4xVSS_Internal.h | 372 * @brief This structure defines the internal slide transition settings
|
/frameworks/base/core/res/res/values/ |
strings.xml | [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
OMX_JpegDec_Utils.h | 502 OMX_U32 ulNumMCURow; /*Slide decoding: Set the numbers of lines to decode*/
|
/external/chromium/chrome/browser/ui/gtk/ |
find_bar_gtk.cc | 226 // the slide effect. 311 // We take care to avoid showing the slide animator widget. [all...] |
/external/icu4c/i18n/ |
digitlst.cpp | 216 // slide the string contents to the front. 236 // Slide the number to the start of the output str
|
/external/jdiff/src/jdiff/ |
DiffMyers.java | 289 /* Slide down the bottom initial diagonal. */ 293 /* Slide up the top initial diagonal. */
|
/libcore/luni/src/main/java/java/util/ |
ComparableTimSort.java | 240 * Slide elements over to make room to make room for pivot. 414 * run now, also slide over the last run (which isn't involved [all...] |