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

  /cts/tests/tests/keystore/src/android/server/am/
WindowManagerState.java 42 import com.android.server.wm.nano.WindowFramesProto;
512 WindowFramesProto windowFramesProto = proto.windowFrames;
513 if (windowFramesProto != null) {
514 mFrame = extract(windowFramesProto.frame);
515 mContainingFrame = extract(windowFramesProto.containingFrame);
516 mParentFrame = extract(windowFramesProto.parentFrame);
517 mContentFrame = extract(windowFramesProto.contentFrame);
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
WindowManagerState.java 53 import com.android.server.wm.nano.WindowFramesProto;
869 WindowFramesProto windowFramesProto = proto.windowFrames;
870 if (windowFramesProto != null) {
871 mFrame = extract(windowFramesProto.frame);
872 mContainingFrame = extract(windowFramesProto.containingFrame);
873 mParentFrame = extract(windowFramesProto.parentFrame);
874 mContentFrame = extract(windowFramesProto.contentFrame);
875 mContentInsets = extract(windowFramesProto.contentInsets);
    [all...]

Completed in 96 milliseconds