Home
last modified time | relevance | path

Searched refs:hasFocusStateSpecified (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DColorStateListDrawable.java74 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorStateListDrawable
75 return mState.hasFocusStateSpecified(); in hasFocusStateSpecified()
283 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorStateListDrawable.ColorStateListDrawableState
284 return (mColor != null && mColor.hasFocusStateSpecified()) in hasFocusStateSpecified()
285 || (mTint != null && mTint.hasFocusStateSpecified()); in hasFocusStateSpecified()
DStateListDrawable.java99 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in StateListDrawable
100 return mStateListState.hasFocusStateSpecified(); in hasFocusStateSpecified()
354 boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in StateListDrawable.StateListState
DVectorDrawable.java511 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable
512 return mVectorState != null && mVectorState.hasFocusStateSpecified(); in hasFocusStateSpecified()
1099 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VectorDrawableState
1100 return mTint != null && mTint.hasFocusStateSpecified() in hasFocusStateSpecified()
1101 || (mRootGroup != null && mRootGroup.hasFocusStateSpecified()); in hasFocusStateSpecified()
1448 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VGroup
1455 result |= child.hasFocusStateSpecified(); in hasFocusStateSpecified()
1711 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VClipPath
1958 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VFullPath
1960 ((ColorStateList) mStrokeColors).hasFocusStateSpecified()) && in hasFocusStateSpecified()
[all …]
DColorDrawable.java243 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorDrawable
244 return mColorState.mTint != null && mColorState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DAdaptiveIconDrawable.java803 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in AdaptiveIconDrawable
804 return mLayerState.hasFocusStateSpecified(); in hasFocusStateSpecified()
1124 public final boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in AdaptiveIconDrawable.LayerState
1128 if (dr != null && dr.hasFocusStateSpecified()) { in hasFocusStateSpecified()
DDrawableWrapper.java350 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in DrawableWrapper
351 return mDrawable != null && mDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
DShapeDrawable.java371 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ShapeDrawable
372 return mShapeState.mTint != null && mShapeState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DDrawableContainer.java247 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in DrawableContainer
249 return mCurrDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
252 return mLastDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
DNinePatchDrawable.java586 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in NinePatchDrawable
587 return mNinePatchState.mTint != null && mNinePatchState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DBitmapDrawable.java772 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in BitmapDrawable
773 return mBitmapState.mTint != null && mBitmapState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DLayerDrawable.java1488 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in LayerDrawable
1489 return mLayerState.hasFocusStateSpecified(); in hasFocusStateSpecified()
2136 public final boolean hasFocusStateSpecified() {
2141 if (dr != null && dr.hasFocusStateSpecified()) {
DGradientDrawable.java1181 public boolean hasFocusStateSpecified() {
1183 return (s.mSolidColors != null && s.mSolidColors.hasFocusStateSpecified())
1184 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())
1185 || (s.mTint != null && s.mTint.hasFocusStateSpecified());
DDrawable.java807 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in Drawable
DRippleDrawable.java477 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in RippleDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DLightSourceDrawable.kt252 override fun hasFocusStateSpecified(): Boolean { in hasFocusStateSpecified() method in com.android.systemui.media.controls.ui.drawable.LightSourceDrawable
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonRipple.java263 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in KeyButtonRipple
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
DKeyButtonRipple.java291 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in KeyButtonRipple
/frameworks/base/core/java/android/content/res/
DColorStateList.java584 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorStateList
/frameworks/base/core/java/android/widget/
DImageView.java1737 || !mDrawable.hasFocusStateSpecified(); in isDefaultFocusHighlightNeeded()
/frameworks/base/core/java/android/view/
DView.java25978 || !background.hasFocusStateSpecified()) in isDefaultFocusHighlightNeeded()
25980 || !foreground.hasFocusStateSpecified()); in isDefaultFocusHighlightNeeded()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13593 Landroid/content/res/ColorStateList;->hasFocusStateSpecified()Z
16452 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->hasFocusStateSpecified()Z
17106 Landroid/graphics/drawable/LayerDrawable$LayerState;->hasFocusStateSpecified()Z
17420 Landroid/graphics/drawable/StateListDrawable$StateListState;->hasFocusStateSpecified()Z
17455 Landroid/graphics/drawable/VectorDrawable$VClipPath;->hasFocusStateSpecified()Z
17472 Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;->hasFocusStateSpecified()Z
17526 Landroid/graphics/drawable/VectorDrawable$VFullPath;->hasFocusStateSpecified()Z
17580 Landroid/graphics/drawable/VectorDrawable$VGroup;->hasFocusStateSpecified()Z
17619 Landroid/graphics/drawable/VectorDrawable$VObject;->hasFocusStateSpecified()Z
/frameworks/base/core/api/
Dcurrent.txt17505 method public boolean hasFocusStateSpecified();