OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ViewInfo
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.h
42
struct
ViewInfo
{
43
ViewInfo
() : ignore(false) {}
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
ViewInfo.java
25
public class
ViewInfo
{
33
private List<
ViewInfo
> mChildren = Collections.emptyList();
44
public
ViewInfo
(String name, Object cookie, int left, int top, int right, int bottom) {
49
public
ViewInfo
(String name, Object cookie, int left, int top, int right, int bottom,
62
* Sets the list of children {@link
ViewInfo
}.
64
public void setChildren(List<
ViewInfo
> children) {
84
public List<
ViewInfo
> getChildren() {
/prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar
Completed in 26 milliseconds