HomeSort by relevance Sort by last modified time
    Searched defs:pip (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
BasePipManager.java 17 package com.android.systemui.pip;
PipUI.java 17 package com.android.systemui.pip;
52 throw new IllegalStateException("Non-primary Pip component not currently supported.");
56 ? com.android.systemui.pip.tv.PipManager.getInstance()
57 : com.android.systemui.pip.phone.PipManager.getInstance();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipTouchGesture.java 17 package com.android.systemui.pip.phone;
PipUtils.java 17 package com.android.systemui.pip.phone;
PipDismissViewController.java 17 package com.android.systemui.pip.phone;
41 // the PIP, to prevent the target from animating if the user just wants to fling the PIP
95 lp.setTitle("pip-dismiss-overlay");
InputConsumerController.java 17 package com.android.systemui.pip.phone;
36 * Manages the input consumer that allows the SystemUI to control the PiP.
58 * Input handler used for the PiP input consumer. Input events are batched and consumed with the
71 // To be implemented for input handling over Pip windows
129 Log.e(TAG, "Failed to create PIP input consumer", e);
146 Log.e(TAG, "Failed to destroy PIP input consumer", e);
PipAccessibilityInteractionConnection.java 16 package com.android.systemui.pip.phone;
PipManager.java 17 package com.android.systemui.pip.phone;
39 import com.android.systemui.pip.BasePipManager;
49 * Manages the picture-in-picture (PIP) UI and states for Phones.
119 * Handler for messages from the PIP controller.
190 * Updates the PIP per configuration changed.
197 * Expands the PIP.
PipMediaController.java 17 package com.android.systemui.pip.phone;
48 * if there are no actions from the PiP activity itself). The active media controller is only set
49 * when there is a media session from the top PiP activity.
53 private static final String ACTION_PLAY = "com.android.systemui.pip.phone.PLAY";
54 private static final String ACTION_PAUSE = "com.android.systemui.pip.phone.PAUSE";
55 private static final String ACTION_NEXT = "com.android.systemui.pip.phone.NEXT";
56 private static final String ACTION_PREV = "com.android.systemui.pip.phone.PREV";
136 // Once we enter PiP, try to find the active media controller for the top most activity
228 * Tries to find and set the active media controller for the top PiP activity.
248 * Sets the active media controller for the top PiP activity
    [all...]
PipNotificationController.java 17 package com.android.systemui.pip.phone;
77 // Dismiss the PiP once the user disables the app ops setting for that package
117 // Register for changes to the app ops setting for this package while it is in PiP
130 // Unregister for changes to the previously PiP'ed package
PipTouchState.java 17 package com.android.systemui.pip.phone;
247 * @return whether the user is currently interacting with the PiP.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
SoundGenerator.java 31 double[] pip = getPip(Common.WINDOW_FOR_PLAYER, Common.FREQUENCIES[i]); local
32 System.arraycopy(pip, 0, sample,
35 pip.length);
56 * Gets a pip sample.
  /external/blktrace/btt/
proc.c 27 struct p_info *pip; member in struct:pn_info
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg);
57 free(pnp->pip->name);
58 region_exit(&pnp->pip->regions);
59 free(pnp->pip);
77 return this->pip;
97 return this->pip;
123 this->pip = that;
151 this->pip = that;
157 static void insert(struct p_info *pip)
170 struct p_info *pip; local
209 struct p_info *pip = find_process(pid, name); local
240 struct p_info *pip; local
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/
PipTouchStateTest.java 17 package com.android.systemui.pip.phone;
36 import com.android.systemui.pip.phone.PipTouchState;
  /external/llvm/include/llvm/ADT/
IntervalMap.h 493 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
500 explicit operator bool() const { return pip.getOpaqueValue(); }
504 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
509 unsigned size() const { return pip.getInt() + 1; }
512 void setSize(unsigned n) { pip.setInt(n - 1); }
518 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
524 return *reinterpret_cast<NodeT*>(pip.getPointer());
528 if (pip == RHS.pip)
530 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 472 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
479 operator bool() const { return pip.getOpaqueValue(); }
483 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
488 unsigned size() const { return pip.getInt() + 1; }
491 void setSize(unsigned n) { pip.setInt(n - 1); }
497 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
503 return *reinterpret_cast<NodeT*>(pip.getPointer());
507 if (pip == RHS.pip)
509 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipControlButtonView.java 17 package com.android.systemui.pip.tv;
34 * A view containing PIP controls including fullscreen, close, and media controls.
191 // so we should manually run the fade out animation when PIP controls row loses focus.
PipMenuActivity.java 17 package com.android.systemui.pip.tv;
31 * Activity to show the PIP menu to control PIP.
75 // When PIP menu activity is closed, restore to the default position.
126 // Moving PIP to fullscreen is implemented by resizing PINNED_STACK with null bounds.
127 // This conflicts with restoring PIP position, so disable it.
PipNotification.java 17 package com.android.systemui.pip.tv;
42 * A notification that informs users that PIP is running and also provides PIP controls.
43 * <p>Once it's created, it will manage the PIP notification UI by itself except for handling
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 495 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
502 explicit operator bool() const { return pip.getOpaqueValue(); }
506 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
511 unsigned size() const { return pip.getInt() + 1; }
514 void setSize(unsigned n) { pip.setInt(n - 1); }
520 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
526 return *reinterpret_cast<NodeT*>(pip.getPointer());
530 if (pip == RHS.pip)
532 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 495 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
502 explicit operator bool() const { return pip.getOpaqueValue(); }
506 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
511 unsigned size() const { return pip.getInt() + 1; }
514 void setSize(unsigned n) { pip.setInt(n - 1); }
520 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
526 return *reinterpret_cast<NodeT*>(pip.getPointer());
530 if (pip == RHS.pip)
532 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 495 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
502 explicit operator bool() const { return pip.getOpaqueValue(); }
506 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
511 unsigned size() const { return pip.getInt() + 1; }
514 void setSize(unsigned n) { pip.setInt(n - 1); }
520 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
526 return *reinterpret_cast<NodeT*>(pip.getPointer());
530 if (pip == RHS.pip)
532 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 495 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
502 explicit operator bool() const { return pip.getOpaqueValue(); }
506 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
511 unsigned size() const { return pip.getInt() + 1; }
514 void setSize(unsigned n) { pip.setInt(n - 1); }
520 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
526 return *reinterpret_cast<NodeT*>(pip.getPointer());
530 if (pip == RHS.pip)
532 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 495 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
502 explicit operator bool() const { return pip.getOpaqueValue(); }
506 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
511 unsigned size() const { return pip.getInt() + 1; }
514 void setSize(unsigned n) { pip.setInt(n - 1); }
520 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
526 return *reinterpret_cast<NodeT*>(pip.getPointer());
530 if (pip == RHS.pip)
532 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
IntervalMap.h 495 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; member in class:llvm::IntervalMapImpl::NodeRef
502 explicit operator bool() const { return pip.getOpaqueValue(); }
506 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) {
511 unsigned size() const { return pip.getInt() + 1; }
514 void setSize(unsigned n) { pip.setInt(n - 1); }
520 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
526 return *reinterpret_cast<NodeT*>(pip.getPointer());
530 if (pip == RHS.pip)
532 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs")
    [all...]

Completed in 598 milliseconds

1 2