Home
last modified time | relevance | path

Searched refs:getBoolean (Results 1 – 25 of 37) sorted by relevance

12

/appcompat/appcompat/src/main/java/androidx/appcompat/view/
DSupportMenuInflater.java392 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()
DActionBarPolicy.java84 return mContext.getResources().getBoolean(R.bool.abc_action_bar_embed_tabs); in hasEmbeddedTabs()
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/
DStateListDrawableCompat.java141 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()
DAnimatedStateListDrawableCompat.java203 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/
DTintTypedArray.java156 public boolean getBoolean(int index, boolean defValue) { in getBoolean() method in TintTypedArray
157 return mWrapped.getBoolean(index, defValue); in getBoolean()
DAppCompatEmojiTextHelper.java57 enabled = a.getBoolean(R.styleable.AppCompatTextView_emojiCompatEnabled, true); in loadFromAttributes()
DAppCompatEmojiEditTextHelper.java68 enabled = a.getBoolean(R.styleable.AppCompatTextView_emojiCompatEnabled, true); in loadFromAttributes()
DAppCompatPopupWindow.java55 setSupportOverlapAnchor(a.getBoolean(R.styleable.PopupWindow_overlapAnchor, false));
DButtonBarLayout.java57 mAllowStacking = ta.getBoolean(R.styleable.ButtonBarLayout_allowStacking, true); in ButtonBarLayout()
DAppCompatTextHelper.java149 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));
DSuggestionsAdapter.java197 ? extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS) in updateSpinnerState()
202 && extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS)) { in updateSpinnerState()
DSwitchCompat.java268 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()
DDropDownListView.java832 return sIsChildViewEnabled.getBoolean(view); in isSelectedChildViewEnabled()
DLinearLayoutCompat.java179 …boolean baselineAligned = a.getBoolean(R.styleable.LinearLayoutCompat_android_baselineAligned, tru… in LinearLayoutCompat()
189 … mUseLargestChild = a.getBoolean(R.styleable.LinearLayoutCompat_measureWithLargestChild, false); in LinearLayoutCompat()
DSearchView.java346 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/
DResourcesWrapper.java191 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/
DAppCompatViewInflater.java414 ViewCompat.setAccessibilityHeading(view, a.getBoolean(0, false)); in backportAccessibilityAttributes()
426 ViewCompat.setScreenReaderFocusable(view, a.getBoolean(0, false)); in backportAccessibilityAttributes()
DAppCompatDelegate.java911 sIsAutoStoreLocalesOptedIn = serviceInfo.metaData.getBoolean( in isAutoStorageOptedIn()
DAppCompatDelegateImpl.java908 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);
DAlertController.java200 mShowTitle = a.getBoolean(R.styleable.AlertDialog_showTitle, true); in AlertController()
DWindowDecorActionBar.java222 if (a.getBoolean(R.styleable.ActionBar_hideOnContentScroll, false)) { in init()
/appcompat/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DDrawerArrowDrawable.java142 setSpinEnabled(a.getBoolean(R.styleable.DrawerArrowToggle_spinBars, true)); in DrawerArrowDrawable()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DListMenuItemView.java84 mPreserveIconSpacing = a.getBoolean( in ListMenuItemView()
/appcompat/appcompat/src/main/
Dbaseline-prof.txt343 HSPLandroidx/appcompat/widget/TintTypedArray;->getBoolean(IZ)Z
/appcompat/appcompat/api/
Drestricted_1.3.0-beta01.txt1966 method public boolean getBoolean(int, boolean);

12