Searched refs:instance (Results 51 - 54 of 54) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java475 AttributeCache.Entry ent = AttributeCache.instance().get(packageName,
H A DActivityManagerService.java5748 AttributeCache ac = AttributeCache.instance();
9212 // and just let the caller instantiate its own instance.
9224 // In this case the provider instance already exists, so we can
11866 // instance. (notably process.pkgList, which could otherwise change
13334 * - A hex number of the ActivityRecord object instance.
16703 AttributeCache ac = AttributeCache.instance();
/frameworks/base/core/java/android/view/
H A DView.java323 * both return the location of the view relative to its parent. For instance,
332 * rectangle representing the view. For instance, calling {@link #getRight()}
365 * pixels. For instance, a left padding of 2 will push the view's content by
3446 * into a texture and reduce the complexity of drawing operations. For instance,
3473 * texture and reduce the complexity of drawing operations. For instance,
4328 * instance of these subclasses is created programmatically rather than
4355 * instance of these subclasses is created programmatically rather than
4470 * instance of these subclasses is created programmatically rather than
4496 * instance of these subclasses is created programmatically rather than
5487 * Note: The client is responsible for recycling the obtained instance b
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java4321 AttributeCache.Entry ent = AttributeCache.instance().get(pkg, theme,

Completed in 335 milliseconds

123