OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WindowId
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
window.h
46
class
WindowId
{
59
static
WindowId
Cast(uint64 id) {
61
return
WindowId
(reinterpret_cast<
WindowId
::WindowT>(id));
63
return
WindowId
(static_cast<
WindowId
::WindowT>(id));
75
WindowId
() : id_(0) {}
76
WindowId
(const WindowT& id) : id_(id) {} // NOLINT
79
bool Equals(const
WindowId
& other) const {
135
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
...]
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 85 milliseconds