OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachInfo
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/view/
AttachInfo_Accessor.java
24
import android.view.View.
AttachInfo
;
36
AttachInfo
info = new
AttachInfo
(new BridgeWindowSession(), new BridgeWindow(),
/frameworks/base/core/java/android/view/
ThreadedRenderer.java
38
import android.view.View.
AttachInfo
;
448
* @param
attachInfo
Information about the window.
455
boolean initializeIfNeeded(int width, int height, View.
AttachInfo
attachInfo
,
461
setup(width, height,
attachInfo
, surfaceInsets);
535
* @param
attachInfo
Information about the window.
538
void setup(int width, int height,
AttachInfo
attachInfo
, Rect surfaceInsets) {
564
setLightCenter(
attachInfo
);
570
* @param
attachInfo
Information about the window
[
all
...]
View.java
[
all
...]
ViewRootImpl.java
73
import android.view.View.
AttachInfo
;
115
View.
AttachInfo
.Callbacks, ThreadedRenderer.HardwareDrawCallbacks {
251
final View.
AttachInfo
mAttachInfo;
432
mAttachInfo = new View.
AttachInfo
(mWindowSession, mWindow, display, this, mHandler, this);
[
all
...]
AccessibilityInteractionController.java
30
import android.view.View.
AttachInfo
;
[
all
...]
ViewGroup.java
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 106 milliseconds