Searched refs:getBooleanProperty (Results 1 – 6 of 6) sorted by relevance
297 return getBooleanProperty(BOOLEAN_PROPERTY_PICTURE_IN_PICTURE); in isInPictureInPictureMode()424 return getBooleanProperty(BOOLEAN_PROPERTY_ACTIVE); in isActive()446 return getBooleanProperty(BOOLEAN_PROPERTY_FOCUSED); in isFocused()466 return getBooleanProperty(BOOLEAN_PROPERTY_ACCESSIBILITY_FOCUSED); in isAccessibilityFocused()859 private boolean getBooleanProperty(int property) { in getBooleanProperty() method in AccessibilityWindowInfo939 if (getBooleanProperty(BOOLEAN_PROPERTY_ACTIVE) in differenceFrom()940 != other.getBooleanProperty(BOOLEAN_PROPERTY_ACTIVE)) { in differenceFrom()943 if (getBooleanProperty(BOOLEAN_PROPERTY_FOCUSED) in differenceFrom()944 != other.getBooleanProperty(BOOLEAN_PROPERTY_FOCUSED)) { in differenceFrom()947 if (getBooleanProperty(BOOLEAN_PROPERTY_ACCESSIBILITY_FOCUSED) in differenceFrom()[all …]
262 return getBooleanProperty(PROPERTY_CHECKED); in isChecked()283 return getBooleanProperty(PROPERTY_ENABLED); in isEnabled()304 return getBooleanProperty(PROPERTY_PASSWORD); in isPassword()325 return getBooleanProperty(PROPERTY_FULL_SCREEN); in isFullScreen()346 return getBooleanProperty(PROPERTY_SCROLLABLE); in isScrollable()375 return getBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY); in isImportantForAccessibility()397 return getBooleanProperty(PROPERTY_ACCESSIBILITY_DATA_SENSITIVE); in isAccessibilityDataSensitive()830 private boolean getBooleanProperty(int property) { in getBooleanProperty() method in AccessibilityRecord984 boolean value = getBooleanProperty(prop); in appendUnless()
2301 return getBooleanProperty(BOOLEAN_PROPERTY_CHECKABLE); in isCheckable()2326 return getBooleanProperty(BOOLEAN_PROPERTY_CHECKED); in isChecked()2352 return getBooleanProperty(BOOLEAN_PROPERTY_FOCUSABLE); in isFocusable()2382 return getBooleanProperty(BOOLEAN_PROPERTY_FOCUSED); in isFocused()2413 return getBooleanProperty(BOOLEAN_PROPERTY_VISIBLE_TO_USER); in isVisibleToUser()2440 return getBooleanProperty(BOOLEAN_PROPERTY_ACCESSIBILITY_FOCUSED); in isAccessibilityFocused()2468 return getBooleanProperty(BOOLEAN_PROPERTY_SELECTED); in isSelected()2493 return getBooleanProperty(BOOLEAN_PROPERTY_CLICKABLE); in isClickable()2518 return getBooleanProperty(BOOLEAN_PROPERTY_LONG_CLICKABLE); in isLongClickable()2543 return getBooleanProperty(BOOLEAN_PROPERTY_ENABLED); in isEnabled()[all …]
76 return mDevice.getBooleanProperty(PROP_PREFIX + type, false) in watchdogEventOccurred()
58008 Landroid/view/accessibility/AccessibilityNodeInfo;->getBooleanProperty(I)Z58083 Landroid/view/accessibility/AccessibilityRecord;->getBooleanProperty(I)Z58142 Landroid/view/accessibility/AccessibilityWindowInfo;->getBooleanProperty(I)Z
29793 HSPLjava/util/logging/LogManager;->getBooleanProperty(Ljava/lang/String;Z)Z