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

1 2

  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfItemsTallerThanScreenTest.java 63 // scroll down until next view is peeking ahead
73 // at this point, next view should be on screen peeking ahead, but we haven't given
90 // remember top of peeking child
93 // next view is peeking, now press one more time
178 * a) the next view is peeking in
ListOfItemsShorterThanScreenTest.java 92 // there should be a peeking view
97 // peeking view is now last
106 // require scrolling to get it back on screen, and will need a peeking edge
  /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",
  /external/skia/tests/
StreamTest.cpp 197 * Tests peeking and then reading the same amount. The two should provide the
232 // No more peeking is supported.
259 // Test an arbitrary file stream. file streams do not support 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.
  /libcore/luni/src/main/java/java/net/
DatagramSocketImpl.java 258 * Receives data into the supplied datagram packet by peeking. The data is
268 * if an error occurs while peeking at the data.
  /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
  /external/skia/include/core/
SkStream.h 68 * If this stream supports peeking, and it can peek size bytes, copy size
70 * If the stream does not support peeking, or cannot peek size bytes,
  /frameworks/base/docs/html/design/wear/
index.jd 64 <li>The top ranked card in the Context Stream, peeking up at the bottom of the screen. The amount of the peek card that appears is determined by the current watch face.
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_fw_parser_fw_ipc.h 183 by peeking the queue.
  /packages/apps/Browser/src/com/android/browser/
DataController.java 132 // we want (such as peeking). So we use our own queue.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
csq.h 144 KdPrint(("Peeking for next IRP\n"));
  /external/guava/guava/src/com/google/common/collect/
Iterators.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java     [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/watchface/
WatchFaceStyle.html 825 When this peek opacity is selected, the first card will be completely opaque when peeking.
837 When this peek opacity is selected, the first card will be slightly translucent when peeking.
1059 Controls how the first, peeking card will be displayed while the watch is in ambient,
1083 Controls displaying background of the first, peeking card.
    [all...]
  /frameworks/base/docs/html/training/wearables/apps/
layouts.jd 88 <p class="note"><b>Note:</b> When the notification is peeking on the homescreen, the system
  /external/libnl/lib/
doc.c 322 * nl_socket_enable_msg_peek(sock) Enable message peeking.
323 * nl_socket_disable_msg_peek(sock) Disable message peeking.
  /frameworks/base/docs/html/training/wearables/watch-faces/
drawing.jd 367 <p>The code snippet above configures peeking cards to be a single line tall, the background
368 of a peeking card to show only briefly and only for interruptive notifications, and the system
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 909 // Peeking again should return the same pointer.
    [all...]

Completed in 1415 milliseconds

1 2