/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskMenuView.java | 303 private void animateOpenOrClosed(boolean closing) { 311 if (closing && mRevealAnimator != null) { 315 .createRevealAnimator(this, closing, revealAnimationStartProgress); 333 closing ? mMenuTranslationYBeforeOpen 339 MULTI_PROPERTY_VALUE, closing ? 0 : additionalTranslationY); 353 closing ? mMenuTranslationXBeforeOpen 359 MULTI_PROPERTY_VALUE, closing ? 0 : -additionalTranslationX); 368 closing ? 0 : TaskView.MAX_PAGE_SCRIM_ALPHA), 369 ObjectAnimator.ofFloat(this, ALPHA, closing ? 0 : 1)); 374 if (closing && mOnClosingStartCallback != null) { [all …]
|
/packages/modules/DnsResolver/doh/connection/ |
D | driver.rs | 140 closing: bool, field 193 closing: false, in new() 227 if self.quiche_conn.is_draining() && !self.closing { in handle_draining() 246 self.closing = true; in handle_draining() 365 …msg = self.driver.request_rx.recv(), if !self.driver.closing && self.buffered_request.is_none() =>… in drive_once() 563 self.driver.closing = true; in shutdown()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
D | ImapResponseParser.java | 396 private ImapList parseList(char opening, char closing) throws IOException, MessagingException { in parseList() argument 399 parseElements(list, closing); in parseList() 400 expect(closing); in parseList()
|
/packages/apps/Camera2/src/com/android/camera/async/ |
D | ConcurrentBufferQueue.java | 62 private Entry(T value, boolean closing) { in Entry() argument 64 mClosing = closing; in Entry()
|
/packages/modules/adb/ |
D | test_adb.py | 67 with contextlib.closing(sock) as serversock: 335 with contextlib.closing( 351 with contextlib.closing(accepted_connection) as conn: 358 with contextlib.closing(conn.makefile()) as connf: 403 with contextlib.closing(
|
D | socket.h | 70 bool closing = false; member
|
D | sockets.cpp | 161 if (s->closing && !fd_full) { in local_socket_flush_incoming() 364 if (s->closing || s->has_write_error || s->packet_queue.empty()) { in local_socket_close() 374 s->closing = true; in local_socket_close()
|
D | test_device.py | 224 with contextlib.closing(listener): 236 with contextlib.closing(client): 242 with contextlib.closing(accepted_connection) as server: 1484 with contextlib.closing(sock):
|
D | protocol.txt | 41 unrecognized command MUST result in the closing of the remote
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_rfc.cc | 64 int closing : 1; member 435 if (slot->f.server && !slot->f.closing && slot->rfc_handle) { in free_rfc_slot_scn() 473 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) { in cleanup_rfc_slot()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 1047 mainKeyboardView.closing(); in onStartInputViewInternal() 1106 mainKeyboardView.closing(); in onWindowHidden() 1117 mainKeyboardView.closing(); in onFinishInputInternal() 1865 mainKeyboardView.closing(); in launchSettings()
|
/packages/services/Car/tools/watchdog/parser/ |
D | performancestats.proto | 61 // to allow the value "24:00:00" for scenarios like business closing time.
|
/packages/services/Car/service/proto/android/car/watchdog/ |
D | performance_stats.proto | 162 // to allow the value "24:00:00" for scenarios like business closing time.
|
D | watchdogservice_dump.proto | 218 // to allow the value "24:00:00" for scenarios like business closing time.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardSwitcher.java | 464 mKeyboardView.closing(); in onCreateInputView()
|
D | MainKeyboardView.java | 736 public void closing() { in closing() method in MainKeyboardView
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 1420 public void closing() { in closing() method in KeyboardView 1441 closing(); in onDetachedFromWindow()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|