| /appcompat/appcompat/src/main/java/androidx/appcompat/view/ |
| D | SupportMenuInflater.java | 392 groupVisible = a.getBoolean(R.styleable.MenuGroup_android_visible, defaultItemVisible); in readGroup() 393 groupEnabled = a.getBoolean(R.styleable.MenuGroup_android_enabled, defaultItemEnabled); in readGroup() 424 itemCheckable = a.getBoolean(R.styleable.MenuItem_android_checkable, false) ? 1 : 0; in readItem() 430 itemChecked = a.getBoolean(R.styleable.MenuItem_android_checked, defaultItemChecked); in readItem() 431 itemVisible = a.getBoolean(R.styleable.MenuItem_android_visible, groupVisible); in readItem() 432 itemEnabled = a.getBoolean(R.styleable.MenuItem_android_enabled, groupEnabled); in readItem()
|
| D | ActionBarPolicy.java | 84 return mContext.getResources().getBoolean(R.bool.abc_action_bar_embed_tabs); in hasEmbeddedTabs()
|
| /appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/ |
| D | StateListDrawableCompat.java | 141 setVisible(a.getBoolean(R.styleable.StateListDrawable_android_visible, true), true); in inflate() 158 state.mVariablePadding = a.getBoolean( in updateStateFromTypedArray() 160 state.mConstantSize = a.getBoolean( in updateStateFromTypedArray() 166 state.mDither = a.getBoolean( in updateStateFromTypedArray()
|
| D | AnimatedStateListDrawableCompat.java | 203 setVisible(a.getBoolean(R.styleable.AnimatedStateListDrawableCompat_android_visible, true), in inflate() 450 a.getBoolean(R.styleable.AnimatedStateListDrawableCompat_android_variablePadding, in updateStateFromTypedArray() 453 a.getBoolean(R.styleable.AnimatedStateListDrawableCompat_android_constantSize, in updateStateFromTypedArray() 461 setDither(a.getBoolean(R.styleable.AnimatedStateListDrawableCompat_android_dither, in updateStateFromTypedArray() 516 final boolean reversible = a.getBoolean( in parseTransition()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | TintTypedArray.java | 156 public boolean getBoolean(int index, boolean defValue) { in getBoolean() method in TintTypedArray 157 return mWrapped.getBoolean(index, defValue); in getBoolean()
|
| D | AppCompatEmojiTextHelper.java | 57 enabled = a.getBoolean(R.styleable.AppCompatTextView_emojiCompatEnabled, true); in loadFromAttributes()
|
| D | AppCompatEmojiEditTextHelper.java | 68 enabled = a.getBoolean(R.styleable.AppCompatTextView_emojiCompatEnabled, true); in loadFromAttributes()
|
| D | AppCompatPopupWindow.java | 55 setSupportOverlapAnchor(a.getBoolean(R.styleable.PopupWindow_overlapAnchor, false));
|
| D | ButtonBarLayout.java | 57 mAllowStacking = ta.getBoolean(R.styleable.ButtonBarLayout_allowStacking, true); in ButtonBarLayout()
|
| D | AppCompatTextHelper.java | 149 allCaps = a.getBoolean(R.styleable.TextAppearance_textAllCaps, false); in loadFromAttributes() 179 allCaps = a.getBoolean(R.styleable.TextAppearance_textAllCaps, false); in loadFromAttributes() 541 setAllCaps(a.getBoolean(R.styleable.TextAppearance_textAllCaps, false));
|
| D | SuggestionsAdapter.java | 197 ? extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS) in updateSpinnerState() 202 && extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS)) { in updateSpinnerState()
|
| D | SwitchCompat.java | 268 mShowText = a.getBoolean(R.styleable.SwitchCompat_showText, true); in SwitchCompat() 275 mSplitTrack = a.getBoolean(R.styleable.SwitchCompat_splitTrack, false); in SwitchCompat() 365 boolean allCaps = appearance.getBoolean(R.styleable.TextAppearance_textAllCaps, false); in setSwitchTextAppearance()
|
| D | DropDownListView.java | 832 return sIsChildViewEnabled.getBoolean(view); in isSelectedChildViewEnabled()
|
| D | LinearLayoutCompat.java | 179 …boolean baselineAligned = a.getBoolean(R.styleable.LinearLayoutCompat_android_baselineAligned, tru… in LinearLayoutCompat() 189 … mUseLargestChild = a.getBoolean(R.styleable.LinearLayoutCompat_measureWithLargestChild, false); in LinearLayoutCompat()
|
| D | SearchView.java | 346 setIconifiedByDefault(a.getBoolean(R.styleable.SearchView_iconifiedByDefault, true)); in SearchView() 367 focusable = a.getBoolean(R.styleable.SearchView_android_focusable, focusable); in SearchView()
|
| /appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/ |
| D | ResourcesWrapper.java | 191 public boolean getBoolean(int id) throws NotFoundException { in getBoolean() method in ResourcesWrapper 192 return mResources.getBoolean(id); in getBoolean()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/app/ |
| D | AppCompatViewInflater.java | 414 ViewCompat.setAccessibilityHeading(view, a.getBoolean(0, false)); in backportAccessibilityAttributes() 426 ViewCompat.setScreenReaderFocusable(view, a.getBoolean(0, false)); in backportAccessibilityAttributes()
|
| D | AppCompatDelegate.java | 911 sIsAutoStoreLocalesOptedIn = serviceInfo.metaData.getBoolean( in isAutoStorageOptedIn()
|
| D | AppCompatDelegateImpl.java | 908 if (a.getBoolean(R.styleable.AppCompatTheme_windowNoTitle, false)) { 910 } else if (a.getBoolean(R.styleable.AppCompatTheme_windowActionBar, false)) { 914 if (a.getBoolean(R.styleable.AppCompatTheme_windowActionBarOverlay, false)) { 917 if (a.getBoolean(R.styleable.AppCompatTheme_windowActionModeOverlay, false)) { 920 mIsFloating = a.getBoolean(R.styleable.AppCompatTheme_android_windowIsFloating, false);
|
| D | AlertController.java | 200 mShowTitle = a.getBoolean(R.styleable.AlertDialog_showTitle, true); in AlertController()
|
| D | WindowDecorActionBar.java | 222 if (a.getBoolean(R.styleable.ActionBar_hideOnContentScroll, false)) { in init()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/graphics/drawable/ |
| D | DrawerArrowDrawable.java | 142 setSpinEnabled(a.getBoolean(R.styleable.DrawerArrowToggle_spinBars, true)); in DrawerArrowDrawable()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/ |
| D | ListMenuItemView.java | 84 mPreserveIconSpacing = a.getBoolean( in ListMenuItemView()
|
| /appcompat/appcompat/src/main/ |
| D | baseline-prof.txt | 343 HSPLandroidx/appcompat/widget/TintTypedArray;->getBoolean(IZ)Z
|
| /appcompat/appcompat/api/ |
| D | restricted_1.3.0-beta01.txt | 1966 method public boolean getBoolean(int, boolean);
|