Home
last modified time | relevance | path

Searched refs:onLayout_impl (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/widget/
DViewGroupImpl.java74 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in ViewGroupImpl
75 mSuperProvider.onLayout_impl(changed, left, top, right, bottom); in onLayout_impl()
DBaseLayout.java160 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in BaseLayout
/frameworks/base/media/java/android/media/update/
DViewGroupHelper.java94 mProvider.onLayout_impl(changed, left, top, right, bottom); in onLayout()
194 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in ViewGroupHelper.SuperProvider
300 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in ViewGroupHelper.PrivateProvider
DViewGroupProvider.java49 void onLayout_impl(boolean changed, int left, int top, int right, int bottom); in onLayout_impl() method
/frameworks/base/core/java/android/widget/
DMediaControlView2.java216 mProvider.onLayout_impl(changed, l, t, r, b); in onLayout()
DVideoView2.java445 mProvider.onLayout_impl(changed, l, t, r, b); in onLayout()