Home
last modified time | relevance | path

Searched defs:onLayout (Results 1 – 25 of 139) sorted by relevance

123456

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DBlurActivity.java74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BlurActivity.BlurGradientView
133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BlurActivity.BlurView
DRenderEffectShaderActivity.java67 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in RenderEffectShaderActivity.ShaderRenderEffectView
/frameworks/base/core/java/android/view/
DViewTraversalTracingStrings.java32 public final String onLayout; field in ViewTraversalTracingStrings
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupAttributesTest.java35 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupAttributesTest.MyViewGroup
DViewGroupTest.java192 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.TestView
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DCustomLayout.java40 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in CustomLayout
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java104 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter() method in IPrintManagerParametersTest
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DActionBarContainerTest.java92 protected void onLayout(boolean changed, int l, int t, int r, int b) {} in onLayout() method in ActionBarContainerTest.TestViewGroup
/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
DBannerMessageView.java56 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in BannerMessageView
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadButton.java75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in NumPadButton
/frameworks/base/core/java/android/print/
DPrintDocumentAdapter.java187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintDocumentAdapter
DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintFileDocumentAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsFlatLayout.java83 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlobalActionsFlatLayout
DGlobalActionsLayoutLite.java85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlobalActionsLayoutLite
DGlobalActionsColumnLayout.java42 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GlobalActionsColumnLayout
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java64 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderScrollView
DBottomScrollView.java77 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in BottomScrollView
DStickyHeaderListView.java89 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderListView
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockLayout.java75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ClockLayout
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DFlowLayout.java91 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in FlowLayout
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java61 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderRecyclerView
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DListMixin.java103 public void onLayout() { in onLayout() method in ListMixin
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
DRecyclerMixin.java151 public void onLayout() { in onLayout() method in RecyclerMixin
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSignalTileView.java92 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SignalTileView
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifListLayout.java75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifListLayout

123456