Searched refs:getBooleanProperty (Results 1 – 6 of 6) sorted by relevance
290 return getBooleanProperty(BOOLEAN_PROPERTY_PICTURE_IN_PICTURE); in isInPictureInPictureMode()417 return getBooleanProperty(BOOLEAN_PROPERTY_ACTIVE); in isActive()439 return getBooleanProperty(BOOLEAN_PROPERTY_FOCUSED); in isFocused()459 return getBooleanProperty(BOOLEAN_PROPERTY_ACCESSIBILITY_FOCUSED); in isAccessibilityFocused()852 private boolean getBooleanProperty(int property) { in getBooleanProperty() method in AccessibilityWindowInfo928 if (getBooleanProperty(BOOLEAN_PROPERTY_ACTIVE) in differenceFrom()929 != other.getBooleanProperty(BOOLEAN_PROPERTY_ACTIVE)) { in differenceFrom()932 if (getBooleanProperty(BOOLEAN_PROPERTY_FOCUSED) in differenceFrom()933 != other.getBooleanProperty(BOOLEAN_PROPERTY_FOCUSED)) { in differenceFrom()936 if (getBooleanProperty(BOOLEAN_PROPERTY_ACCESSIBILITY_FOCUSED) in differenceFrom()[all …]
263 return getBooleanProperty(PROPERTY_CHECKED); in isChecked()284 return getBooleanProperty(PROPERTY_ENABLED); in isEnabled()305 return getBooleanProperty(PROPERTY_PASSWORD); in isPassword()326 return getBooleanProperty(PROPERTY_FULL_SCREEN); in isFullScreen()347 return getBooleanProperty(PROPERTY_SCROLLABLE); in isScrollable()376 return getBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY); in isImportantForAccessibility()398 return getBooleanProperty(PROPERTY_ACCESSIBILITY_DATA_SENSITIVE); in isAccessibilityDataSensitive()831 private boolean getBooleanProperty(int property) { in getBooleanProperty() method in AccessibilityRecord985 boolean value = getBooleanProperty(prop); in appendUnless()
2210 return getBooleanProperty(BOOLEAN_PROPERTY_CHECKABLE); in isCheckable()2235 return getBooleanProperty(BOOLEAN_PROPERTY_CHECKED); in isChecked()2260 return getBooleanProperty(BOOLEAN_PROPERTY_FOCUSABLE); in isFocusable()2285 return getBooleanProperty(BOOLEAN_PROPERTY_FOCUSED); in isFocused()2366 return getBooleanProperty(BOOLEAN_PROPERTY_SELECTED); in isSelected()2391 return getBooleanProperty(BOOLEAN_PROPERTY_CLICKABLE); in isClickable()2441 return getBooleanProperty(BOOLEAN_PROPERTY_ENABLED); in isEnabled()2466 return getBooleanProperty(BOOLEAN_PROPERTY_PASSWORD); in isPassword()2491 return getBooleanProperty(BOOLEAN_PROPERTY_SCROLLABLE); in isScrollable()2580 return getBooleanProperty(BOOLEAN_PROPERTY_EDITABLE); in isEditable()[all …]
76 return mDevice.getBooleanProperty(PROP_PREFIX + type, false) in watchdogEventOccurred()
58651 Landroid/view/accessibility/AccessibilityNodeInfo;->getBooleanProperty(I)Z58726 Landroid/view/accessibility/AccessibilityRecord;->getBooleanProperty(I)Z58785 Landroid/view/accessibility/AccessibilityWindowInfo;->getBooleanProperty(I)Z
30229 HSPLjava/util/logging/LogManager;->getBooleanProperty(Ljava/lang/String;Z)Z