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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RightAlignedHorizontalScrollView.java 35 protected void onLayout(boolean changed, int l, int t, int r, int b) {
36 super.onLayout(changed, l, t, r, b);
StackLayout.java 49 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
BaseCardViewTest.java 89 View.OnLayoutChangeListener onLayout = Mockito.mock(View.OnLayoutChangeListener.class);
90 info.addOnLayoutChangeListener(onLayout);
97 verifyLayoutTimes(onLayout, 1);
104 verifyLayoutTimes(onLayout, 1);
111 verifyLayoutTimes(onLayout, 1);
118 verifyLayoutTimes(onLayout, 1);
125 verifyLayoutTimes(onLayout, 1);
136 View.OnLayoutChangeListener onLayout = Mockito.mock(View.OnLayoutChangeListener.class);
137 info.addOnLayoutChangeListener(onLayout);
144 verifyLayoutTimes(onLayout, 1)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListLayout.java 47 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
48 LogUtils.d(Utils.VIEW_DEBUGGING_TAG, "FolderListLayout(%s).onLayout() called", this);
49 super.onLayout(changed, left, top, right, bottom);
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 34 * Next, you will get one or more calls to {@link #onLayout(PrintAttributes,
40 * After every call to {@link #onLayout(PrintAttributes, PrintAttributes,
57 * The {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
73 * calls to this method without a previous call to {@link #onLayout(PrintAttributes,
96 * content, you can handle {@link #onStart()} and {@link #onLayout(PrintAttributes,
104 * {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
115 * #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
118 * @see #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
299 * PrintDocumentAdapter#onLayout(PrintAttributes, PrintAttributes
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
BottomScrollView.java 70 protected void onLayout(boolean changed, int l, int t, int r, int b) {
71 super.onLayout(changed, l, t, r, b);
StickyHeaderScrollView.java 63 protected void onLayout(boolean changed, int l, int t, int r, int b) {
64 super.onLayout(changed, l, t, r, b);
  /frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
OutlineOnlyWithChildrenFrameLayout.java 62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
63 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Camera2/src/com/android/camera/ui/
ProgressOverlay.java 45 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
46 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
SystemUiObserver.java 56 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
62 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmRecyclerView.java 53 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
55 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Launcher3/src/com/android/launcher3/qsb/
QsbWidgetHostView.java 57 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
59 super.onLayout(changed, left, top, right, bottom);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifListLayout.java 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
83 super.onLayout(changed, left, top, right, bottom);
84 mListMixin.onLayout();
SetupWizardListLayout.java 90 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
91 super.onLayout(changed, left, top, right, bottom);
92 mListMixin.onLayout();
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
CustomLayout.java 40 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /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.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FixedSizeFrameLayout.java 58 protected final void onLayout(boolean changed, int left, int top, int right, int bottom) {
90 super.onLayout(changed, bounds.left, bounds.top, bounds.right, bounds.bottom);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StackScrollerDecorView.java 48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
49 super.onLayout(changed, left, top, right, bottom);
  /frameworks/support/percent/src/android/support/percent/
PercentRelativeLayout.java 165 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
166 super.onLayout(changed, left, top, right, bottom);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionsRelativeLayout.java 67 protected void onLayout(boolean changed, int l, int t, int r, int b) {
68 super.onLayout(changed, l, t, r, b);
NonOverlappingLinearLayout.java 62 protected void onLayout(boolean changed, int l, int t, int r, int b) {
75 super.onLayout(changed, l, t, r, b);
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetPreview.java 103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
104 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Contacts/src/com/android/contacts/list/
AutoScrollListView.java 120 protected void onLayout(boolean changed, int l, int t, int r, int b) {
121 super.onLayout(changed, l, t, r, b);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
AutoScrollListView.java 116 protected void onLayout(boolean changed, int l, int t, int r, int b) {
117 super.onLayout(changed, l, t, r, b);

Completed in 1332 milliseconds

1 2 3 4 5 6 7 8 91011>>