Home | History | Annotate | Download | only in widget

Lines Matching defs:getDecoratedLeft

1104     public int getDecoratedLeft(View child) {
1105 return super.getDecoratedLeft(child) + ((LayoutParams) child.getLayoutParams()).mLeftInset;