Home
last modified time | relevance | path

Searched refs:CLONE (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/input/android/os/
DInputConfig.aidl152 CLONE = 1 << 16, enumConstant
/frameworks/base/core/java/android/view/
DInputWindowHandle.java67 InputConfig.CLONE,
219 .append(", isClone=").append((inputConfig & InputConfig.CLONE) != 0) in toString()
/frameworks/native/libs/gui/include/gui/
DWindowInfo.h176 CLONE = enumerator
177 static_cast<uint32_t>(os::InputConfig::CLONE),
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityWindowsPopulator.java162 final boolean isNotClone = (window.inputConfig & InputConfig.CLONE) == 0; in onWindowInfosChangedInternal()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp1069 snapshot.inputInfo.inputConfig |= gui::WindowInfo::InputConfig::CLONE; in updateInput()
/frameworks/native/services/surfaceflinger/
DLayer.cpp2516 info.inputConfig |= WindowInfo::InputConfig::CLONE; in fillInputInfo()
/frameworks/base/core/api/
Dsystem-current.txt11031 field public static final String USER_TYPE_PROFILE_CLONE = "android.os.usertype.profile.CLONE";