HomeSort by relevance Sort by last modified time
    Searched full:peeking (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfItemsTallerThanScreenTest.java 64 // scroll down until next view is peeking ahead
74 // at this point, next view should be on screen peeking ahead, but we haven't given
91 // remember top of peeking child
94 // next view is peeking, now press one more time
180 * a) the next view is peeking in
ListOfItemsShorterThanScreenTest.java 94 // there should be a peeking view
99 // peeking view is now last
109 // require scrolling to get it back on screen, and will need a peeking edge
  /frameworks/base/docs/html/wear/preview/features/
ui-nav-actions.jd 17 <li><a href=#peeking">Peeking Drawers</a></li>
202 <h2 id="peeking">Peeking Drawers</h2>
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 61 private static final String SAVED_PEEK_MODE = "saved-peeking";
62 private static final String SAVED_PEEKING_CONVERSATION = "saved-peeking-conv";
70 * 2-pane, in wider configurations, allows peeking at a conversation view without having the
74 * that the current conversation, if set, is in a 'peeking' state. If there is no current
75 * conversation, peeking is implied (in certain view configurations) and this value is
81 * When rotating from land->port->back to land while peeking at a conversation, typically we
86 * <p>So save the previous peeking conversation (if any) when restoring in portrait so that a
273 // support peek (i.e. portrait), remap the view mode to list-mode if previously peeking.
555 // transition from peek mode to normal mode if we're already peeking at this convo
564 // Make sure that we set the peeking flag before calling super (since some functionalit
    [all...]
ConversationListCallbacks.java 131 * Is the user peeking the current conversation or actually viewing it.
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
PeekingIteratorTest.java 120 assertEquals("next() should still return first element after peeking",
127 assertEquals("next() should still return middle element after peeking",
134 assertEquals("next() should still return last element after peeking",
  /external/guava/guava-tests/test/com/google/common/collect/
PeekingIteratorTest.java 130 assertEquals("next() should still return first element after peeking",
137 assertEquals("next() should still return middle element after peeking",
144 assertEquals("next() should still return last element after peeking",
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
CardBoundsWatchFaceService.java 30 * card is. This watch face draws a border around the area where the peeking card is.
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
CardBoundsWatchFaceService.java 30 * card is. This watch face draws a border around the area where the peeking card is.
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
CardBoundsWatchFaceService.java 30 * card is. This watch face draws a border around the area where the peeking card is.
  /external/skia/include/private/
SkOncePtr.h 57 // Implementation details below here! No peeking!
  /external/skia/tests/
StreamTest.cpp 197 * Tests peeking and then reading the same amount. The two should provide the
251 // No more peeking is supported.
271 // Peeking should only fail completely if we have read/skipped beyond the buffer.
296 // Test an arbitrary file stream. file streams do not support peeking.
  /packages/services/Car/car-support-lib/res/values/
dimens.xml 48 peeking before scrolling down -->
  /frameworks/base/docs/html/reference/android/support/wearable/watchface/
WatchFaceStyle.html 425 <p>When this peek opacity is selected, the first card will be completely opaque when peeking.
437 <p>When this peek opacity is selected, the first card will be slightly translucent when peeking.
695 <p>Controls how the first, peeking card will be displayed while the watch is in ambient,
723 <p>Controls displaying background of the first, peeking card.
831 <p>Controls whether the first, peeking card should be opaque when the watch face is displayed.
1596 <p>When this peek opacity is selected, the first card will be completely opaque when peeking.
1627 <p>When this peek opacity is selected, the first card will be slightly translucent when peeking.
1894 <p>Controls how the first, peeking card will be displayed while the watch is in ambient,
1925 <p>Controls displaying background of the first, peeking card. Can be set to either
2049 <p>Controls whether the first, peeking card should be opaque when the watch face is displayed
    [all...]
WatchFaceStyle.Builder.html 401 <p>Sets how the first, peeking card will be displayed while the watch is in ambient,
429 <p>Set how to display background of the first, peeking card.
510 <p>Sets whether the first, peeking card should be opaque when the watch face is displayed.
1100 <p>Sets how the first, peeking card will be displayed while the watch is in ambient,
1140 <p>Set how to display background of the first, peeking card.</p>
1261 <p>Sets whether the first, peeking card should be opaque when the watch face is displayed.</p>
WatchFaceService.Engine.html 482 <p>Returns the location of the first peeking card.
710 <p>Called when the first, peeking card positions itself on the screen.
1794 <p>Returns the location of the first peeking card. This doesn't provide information about
1795 all movements of the card, only about its location when it's peeking at the bottom and
2107 <p>Called when the first, peeking card positions itself on the screen. This is where the
2110 it's peeking at the bottom and allowing the watch face to be exposed.
    [all...]
  /external/skia/src/codec/
SkCodec.cpp 68 // It also is possible the stream uses too small a buffer for peeking, but
76 // It is possible the stream does not support peeking, but does support
  /frameworks/base/docs/html/wear/preview/
support.jd 110 <li>Drawer peeking is now supported in the <code>onCreate()</code> method
114 <li>The automatic drawer peeking behavior is
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
DropTargetFragment.java 150 // DragTarget is peeking into the MIME types of the dragged event in order to ignore
  /external/libmicrohttpd/src/microhttpd/
connection_https.c 83 * determined by peeking into the first message type byte of the
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 109 assertEquals("wrong value for peeking list item",
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_flush.c 14 /* read current and next workloads by peeking to free wkld queue.This would only give us a copy
  /prebuilts/misc/windows/sdl2/test/
testautomation_events.c 43 * @brief Test pumping and peeking events.
  /external/skia/include/core/
SkStream.h 68 * If this stream supports peeking, copy min(size, peekable bytes) into
70 * If the stream does not support peeking, or cannot peek any bytes,
  /external/webrtc/webrtc/base/
bitbuffer.cc 167 // Count the number of leading 0 bits by peeking/consuming them one at a time.

Completed in 571 milliseconds

1 2 3 4