HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundControl (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
SurfaceControlWithBackground.java 41 private SurfaceControl mBackgroundControl;
64 mBackgroundControl = other.mBackgroundControl;
83 mBackgroundControl = new SurfaceControl(s, "Background for - " + name,
92 if (mBackgroundControl == null) {
95 mBackgroundControl.setAlpha(alpha);
102 if (mBackgroundControl == null) {
106 mBackgroundControl.setLayer(zorder - 1);
113 if (mBackgroundControl == null) {
126 mBackgroundControl.setPosition(mLastX + offsetX, mLastY + offsetY)
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java     [all...]

Completed in 3162 milliseconds