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

  /frameworks/base/core/java/android/app/servertransaction/
MultiWindowModeChangeItem.java 34 private boolean mIsInMultiWindowMode;
40 client.handleMultiWindowModeChanged(token, mIsInMultiWindowMode, mOverrideConfig);
55 instance.mIsInMultiWindowMode = isInMultiWindowMode;
63 mIsInMultiWindowMode = false;
74 dest.writeBoolean(mIsInMultiWindowMode);
80 mIsInMultiWindowMode = in.readBoolean();
104 return mIsInMultiWindowMode == other.mIsInMultiWindowMode
111 result = 31 * result + (mIsInMultiWindowMode ? 1 : 0);
118 return "MultiWindowModeChangeItem{isInMultiWindowMode=" + mIsInMultiWindowMode
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
UserEventDispatcher.java 85 ued.mIsInMultiWindowMode = dp.isMultiWindowMode;
142 private boolean mIsInMultiWindowMode;
438 ev.isInMultiWindowMode = mIsInMultiWindowMode;

Completed in 383 milliseconds