Home
last modified time | relevance | path

Searched refs:level (Results 1 – 5 of 5) sorted by relevance

/appcompat/appcompat/
DTHEMES16 Fourth level themes (Platform)
28 Third level
39 Second level
41 There are the themes which are pointers to the correct third level theme.
45 Because of this, every time there is a third level theme set, there should be a second level
56 Top level themes
59 the second level relevant second level theme below.
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/
DDrawableWrapperCompat.java184 protected boolean onLevelChange(int level) { in onLevelChange() argument
185 return mDrawable.setLevel(level); in onLevelChange()
DDrawableContainerCompat.java314 protected boolean onLevelChange(int level) { in onLevelChange() argument
316 return mLastDrawable.setLevel(level); in onLevelChange()
319 return mCurrDrawable.setLevel(level); in onLevelChange()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatImageView.java272 public void setImageLevel(int level) { in setImageLevel() argument
273 super.setImageLevel(level); in setImageLevel()
DAppCompatImageButton.java260 public void setImageLevel(int level) { in setImageLevel() argument
261 super.setImageLevel(level); in setImageLevel()