/frameworks/support/compat/jellybean-mr1/android/support/v4/view/ |
MarginLayoutParamsCompatJellybeanMr1.java | 51 public static void resolveLayoutDirection(ViewGroup.MarginLayoutParams lp, 53 lp.resolveLayoutDirection(layoutDirection);
|
/frameworks/support/compat/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); 236 public static void resolveLayoutDirection(ViewGroup.MarginLayoutParams lp, 238 IMPL.resolveLayoutDirection(lp, layoutDirection);
|
/frameworks/support/compat/tests/java/android/support/v4/view/ |
MarginLayoutParamsCompatTest.java | 137 MarginLayoutParamsCompat.resolveLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_LTR); 140 // prior to the resolveLayoutDirection call, they should be now 145 MarginLayoutParamsCompat.resolveLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_LTR); 156 MarginLayoutParamsCompat.resolveLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_RTL); 159 // prior to the resolveLayoutDirection call, they should be now 171 MarginLayoutParamsCompat.resolveLayoutDirection(mlp, ViewCompat.LAYOUT_DIRECTION_RTL);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RelativeLayout_LayoutParamsTest.java | 189 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_RTL); 195 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_LTR); 211 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_RTL); 218 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_LTR); 231 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_RTL); 237 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_LTR); 250 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_RTL); 256 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_LTR); 269 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_RTL); 275 layoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_LTR) [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroup_MarginLayoutParamsTest.java | 180 mMarginLayoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_LTR); 197 mMarginLayoutParams.resolveLayoutDirection(View.LAYOUT_DIRECTION_RTL);
|
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | [all...] |
/frameworks/base/docs/html/reference/android/support/wearable/view/ |
GridViewPager.LayoutParams.html | 952 resolveLayoutDirection(int arg0) 1180 resolveLayoutDirection(int arg0)
|
BoxInsetLayout.LayoutParams.html | 1212 resolveLayoutDirection(int arg0) 1440 resolveLayoutDirection(int arg0) [all...] |
WearableFrameLayout.LayoutParams.html | 1215 resolveLayoutDirection(int arg0) 1443 resolveLayoutDirection(int arg0) [all...] |
ActionPage.html | [all...] |
BoxInsetLayout.html | [all...] |
CardFrame.html | [all...] |
CardScrollView.html | [all...] |
DismissOverlayView.html | [all...] |
GridViewPager.html | [all...] |
WatchViewStub.html | [all...] |
WearableFrameLayout.html | [all...] |
WearableListView.html | [all...] |
ActionChooserView.html | [all...] |
ActionLabel.html | [all...] |
CircledImageView.html | [all...] |
/frameworks/support/percent/src/android/support/percent/ |
PercentLayoutHelper.java | 498 MarginLayoutParamsCompat.resolveLayoutDirection(params,
|
/prebuilts/sdk/current/support/percent/libs/ |
android-support-percent.jar | |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | [all...] |
/external/chromium-trace/catapult/tracing/test_data/ |
ddms_calculator_start.trace | [all...] |