Searched defs:getResolvedLayoutDirection (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java308 public int getResolvedLayoutDirection(Drawable who); method in interface:Drawable.Callback2
398 return ((Callback2) callback).getResolvedLayoutDirection(this);
/frameworks/base/core/java/android/widget/
H A DImageView.java199 public int getResolvedLayoutDirection(Drawable dr) { method in class:ImageView
201 getResolvedLayoutDirection() : super.getResolvedLayoutDirection(dr);
H A DProgressBar.java922 public int getResolvedLayoutDirection(Drawable who) { method in class:ProgressBar
924 getResolvedLayoutDirection() : super.getResolvedLayoutDirection(who);
H A DTextView.java1513 switch(getResolvedLayoutDirection()) {
1530 switch(getResolvedLayoutDirection()) {
3960 switch (getResolvedLayoutDirection()) {
4643 public int getResolvedLayoutDirection(Drawable who) { method in class:TextView
4650 return getResolvedLayoutDirection();
4653 return super.getResolvedLayoutDirection(who);
4899 final int layoutDirection = getResolvedLayoutDirection();
6162 alignment = (getResolvedLayoutDirection() == LAYOUT_DIRECTION_RTL) ?
6166 alignment = (getResolvedLayoutDirection() == LAYOUT_DIRECTION_RTL) ?
8619 final int layoutDirection = getResolvedLayoutDirection();
[all...]
/frameworks/base/core/java/android/view/
H A DView.java4808 public int getResolvedLayoutDirection() { method in class:View
4824 return (getResolvedLayoutDirection() == LAYOUT_DIRECTION_RTL);
9578 if (viewGroup.getResolvedLayoutDirection() == LAYOUT_DIRECTION_RTL) {
9607 switch (getResolvedLayoutDirection()) {
11476 public int getResolvedLayoutDirection(Drawable who) { method in class:View
11477 return (who == mBGDrawable) ? getResolvedLayoutDirection() : LAYOUT_DIRECTION_DEFAULT;
11845 if (getResolvedLayoutDirection() == LAYOUT_DIRECTION_RTL) {
11912 switch(getResolvedLayoutDirection()) {
11963 return (getResolvedLayoutDirection() == LAYOUT_DIRECTION_RTL) ?
11988 return (getResolvedLayoutDirection()
[all...]

Completed in 199 milliseconds