HomeSort by relevance Sort by last modified time
    Searched defs:WindowId (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_capture_types.h 25 typedef intptr_t WindowId;
27 const WindowId kNullWindowId = 0;
window_capturer.h 28 typedef webrtc::WindowId WindowId;
31 WindowId id;
51 virtual bool SelectWindow(WindowId id) = 0;
  /external/chromium_org/third_party/webrtc/base/
window.h 30 class WindowId {
43 static WindowId Cast(uint64 id) {
45 return WindowId(reinterpret_cast<WindowId::WindowT>(id));
47 return WindowId(static_cast<WindowId::WindowT>(id));
59 WindowId() : id_(0) {}
60 WindowId(const WindowT& id) : id_(id) {} // NOLINT
63 bool Equals(const WindowId& other) const {
119 inline std::string ToString(const WindowId& window)
    [all...]
  /frameworks/base/core/java/android/view/
WindowId.java 37 public class WindowId implements Parcelable {
41 * Subclass for observing changes to the focus state of an {@link WindowId}.
43 * {@link WindowId} objects, since this class is fairly heavy-weight -- the
52 WindowId token;
65 WindowId token;
77 final HashMap<IBinder, WindowId> mRegistrations
78 = new HashMap<IBinder, WindowId>();
85 onFocusGained((WindowId)msg.obj);
88 onFocusLost((WindowId)msg.obj);
109 public abstract void onFocusGained(WindowId token)
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 90 milliseconds