Home
last modified time | relevance | path

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

12345

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A 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
H A DRenderEffectShaderActivity.java67 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in RenderEffectShaderActivity.ShaderRenderEffectView
H A DPositionListenerActivity.java117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in PositionListenerActivity.MyPositionReporter
/aosp14/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java104 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter() method in IPrintManagerParametersTest
/aosp14/frameworks/base/core/java/android/view/
H A DViewTraversalTracingStrings.java32 public final String onLayout; field in ViewTraversalTracingStrings
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupAttributesTest.java35 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupAttributesTest.MyViewGroup
H A DViewGroupTest.java209 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.TestView
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomLayout.java40 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in CustomLayout
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java92 protected void onLayout(boolean changed, int l, int t, int r, int b) {} in onLayout() method in ActionBarContainerTest.TestViewGroup
/aosp14/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/
H A DBannerMessageView.java56 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in BannerMessageView
/aosp14/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintDocumentAdapter
H A DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintFileDocumentAdapter
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsFlatLayout.java83 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlobalActionsFlatLayout
H A DGlobalActionsLayoutLite.java85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlobalActionsLayoutLite
H A DGlobalActionsColumnLayout.java42 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GlobalActionsColumnLayout
/aosp14/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java91 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in FlowLayout
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadButton.java75 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in NumPadButton
H A DPinShapeNonHintingView.java62 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in PinShapeNonHintingView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java92 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SignalTileView
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrDecorateView.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in QrDecorateView
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java127 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in PrintOptionsLayout
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DBiometricPromptLayout.java164 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BiometricPromptLayout
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUILayout.java107 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in CompatUILayout
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DMagnifierView.java111 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MagnifierView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessSliderView.java176 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BrightnessSliderView

12345