Lines Matching defs:flag

175      * If this flag is set the system will regard views that are not important
187 * {@link Build.VERSION_CODES#JELLY_BEAN} or higher this flag has to be explicitly
190 * {@link Build.VERSION_CODES#JELLY_BEAN} this flag is ignored and all views are
207 * This flag requests that the system gets into touch exploration mode.
212 * accessibility service that has this flag set. Hence, clearing this
213 * flag does not guarantee that the device will not be in touch exploration
218 * this flag have to declare this capability in their meta-data by setting
219 * the attribute canRequestTouchExplorationMode to true, otherwise this flag
226 * the first time they are run, if this flag is specified, a dialog is
233 * This flag requests from the system to enable web accessibility enhancing
238 * that has this flag set. Hence, clearing this flag does not guarantee that the
242 * Services that want to set this flag have to declare this capability
244 * to true, otherwise this flag will be ignored. For how to declare the meta-data
251 * This flag requests that the AccessibilityNodeInfos obtained
255 * useful for UI test automation. This flag is not set by default.
260 * This flag requests from the system to filter key events. If this flag
262 * applications allowing it implement global shortcuts. Setting this flag
269 * Services that want to set this flag have to declare this capability
271 * to true, otherwise this flag will be ignored. For how to declare the meta
387 * Returns the string representation of a flag. For example,
391 * @param flag The flag.
394 public static String flagToString(int flag) {
395 switch (flag) {