Searched refs:FLAG_DISABLE_INTERACTION (Results 1 – 2 of 2) sorted by relevance
79 protected static final int FLAG_DISABLE_INTERACTION = 1 << 6; field in LauncherState190 this.disableInteraction = (flags & FLAG_DISABLE_INTERACTION) != 0; in LauncherState()
35 | FLAG_DISABLE_INTERACTION;