HomeSort by relevance Sort by last modified time
    Searched full:resolvelayoutdirection (Results 1 - 13 of 13) sorted by null

  /frameworks/support/v4/jellybean-mr1/android/support/v4/view/
MarginLayoutParamsCompatJellybeanMr1.java 51 public static void resolveLayoutDirection(ViewGroup.MarginLayoutParams lp,
53 lp.resolveLayoutDirection(layoutDirection);
  /frameworks/support/v4/java/android/support/v4/view/
MarginLayoutParamsCompat.java 36 void resolveLayoutDirection(ViewGroup.MarginLayoutParams lp, int layoutDirection);
77 public void resolveLayoutDirection(ViewGroup.MarginLayoutParams lp, int layoutDirection) {
120 public void resolveLayoutDirection(ViewGroup.MarginLayoutParams lp, int layoutDirection) {
121 MarginLayoutParamsCompatJellybeanMr1.resolveLayoutDirection(lp, layoutDirection);
229 public static void resolveLayoutDirection(ViewGroup.MarginLayoutParams lp,
231 IMPL.resolveLayoutDirection(lp, layoutDirection);
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.view.ViewGroup.LayoutParams.html 87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/ViewGroup.LayoutParams.html#resolveLayoutDirection(int)" target="_top"><code>resolveLayoutDirection</code></A>(<code>int</code>)</nobr>
alldiffs_index_additions.html     [all...]
methods_index_additions.html     [all...]
methods_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java     [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/view/
BoxInsetLayout.LayoutParams.html     [all...]
GridViewPager.LayoutParams.html     [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/
missingSinces.txt 143 NO DOC BLOCK: android.view.ViewGroup.LayoutParams Method resolveLayoutDirection(int)
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]

Completed in 544 milliseconds