Searched refs:ViewCompatBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java29 class ViewCompatBase { class
31 private static final String TAG = "ViewCompatBase";
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java769 return ViewCompatBase.getMinimumWidth(view);
774 return ViewCompatBase.getMinimumHeight(view);
987 return ViewCompatBase.getBackgroundTintList(view);
992 ViewCompatBase.setBackgroundTintList(view, tintList);
997 ViewCompatBase.setBackgroundTintMode(view, mode);
1002 return ViewCompatBase.getBackgroundTintMode(view);
1097 return ViewCompatBase.isLaidOut(view);
1122 return ViewCompatBase.isAttachedToWindow(view);
1147 ViewCompatBase.offsetLeftAndRight(view, offset);
1152 ViewCompatBase
[all...]

Completed in 332 milliseconds