HomeSort by relevance Sort by last modified time
    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 36 import android.view.View.AttachInfo;
446 * @param attachInfo Information about the window.
453 boolean initializeIfNeeded(int width, int height, View.AttachInfo attachInfo,
459 setup(width, height, attachInfo, surfaceInsets);
543 * @param attachInfo Information about the window.
546 void setup(int width, int height, AttachInfo attachInfo, Rect surfaceInsets) {
572 setLightCenter(attachInfo);
578 * @param attachInfo Information about the window
    [all...]
View.java     [all...]
ViewRootImpl.java 72 import android.view.View.AttachInfo;
114 View.AttachInfo.Callbacks, ThreadedRenderer.HardwareDrawCallbacks {
250 final View.AttachInfo mAttachInfo;
431 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 481 milliseconds