Searched refs:onLayout_impl (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/packages/MediaComponents/src/com/android/widget/ |
D | ViewGroupImpl.java | 74 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()
|
D | BaseLayout.java | 160 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/ |
D | ViewGroupHelper.java | 94 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
|
D | ViewGroupProvider.java | 49 void onLayout_impl(boolean changed, int left, int top, int right, int bottom); in onLayout_impl() method
|
/frameworks/base/core/java/android/widget/ |
D | MediaControlView2.java | 216 mProvider.onLayout_impl(changed, l, t, r, b); in onLayout()
|
D | VideoView2.java | 445 mProvider.onLayout_impl(changed, l, t, r, b); in onLayout()
|