HomeSort by relevance Sort by last modified time
    Searched refs:onLayout (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/setupdesign/main/src/com/google/android/setupdesign/view/
BottomScrollView.java 77 protected void onLayout(boolean changed, int l, int t, int r, int b) {
78 super.onLayout(changed, l, t, r, b);
StickyHeaderScrollView.java 64 protected void onLayout(boolean changed, int l, int t, int r, int b) {
65 super.onLayout(changed, l, t, r, b);
StickyHeaderRecyclerView.java 61 protected void onLayout(boolean changed, int l, int t, int r, int b) {
62 super.onLayout(changed, l, t, r, b);
StickyHeaderListView.java 89 protected void onLayout(boolean changed, int l, int t, int r, int b) {
90 super.onLayout(changed, l, t, r, b);
Illustration.java 150 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
180 super.onLayout(changed, left, top, right, bottom);
  /external/setupdesign/main/src/com/google/android/setupdesign/
GlifListLayout.java 75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
76 super.onLayout(changed, left, top, right, bottom);
77 listMixin.onLayout();
SetupWizardListLayout.java 87 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
88 super.onLayout(changed, left, top, right, bottom);
89 listMixin.onLayout();
GlifRecyclerLayout.java 76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
77 super.onLayout(changed, left, top, right, bottom);
78 recyclerMixin.onLayout();
SetupWizardRecyclerLayout.java 72 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
73 super.onLayout(changed, left, top, right, bottom);
74 recyclerMixin.onLayout();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 106 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
109 mWrappedInstance.onLayout(oldAttributes, newAttributes, cancellationSignal,
  /development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
RequestDuringLayout.java 98 protected void onLayout(boolean changed, int l, int t, int r, int b) {
99 super.onLayout(changed, l, t, r, b);
104 // in the middle of onLayout(), or other layout-associated logic.
  /cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
PrintActivity.java 65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
68 fail("onLayout() should never be called");
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
CustomView.java 58 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/
ViewGroupTest.java 69 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 52 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /external/volley/src/main/java/com/android/volley/toolbox/
NetworkImageView.java 256 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
257 super.onLayout(changed, left, top, right, bottom);
  /cts/hostsidetests/theme/app/src/android/theme/app/
ReferenceViewGroup.java 74 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 75 protected void onLayout(boolean changed, int l, int t, int r, int b) {
PathAnimations.java 221 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
222 super.onLayout(changed, left, top, right, bottom);
  /cts/tests/tests/widget/src/android/widget/cts/
TableRowTest.java 206 mockTableRow.onLayout(false, 0, 0, 200, 300);
241 protected void onLayout(boolean changed, int l, int t, int r, int b) {
242 super.onLayout(changed, l, t, r, b);
  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorCtsActivity.java 68 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 86 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 53 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VisibilitySetterActionTest.java 43 protected void onLayout(boolean changed, int l, int t, int r, int b) {}

Completed in 1851 milliseconds

1 2 3