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

1 2 3 4 5 6 7 8 910

  /packages/apps/Camera/src/com/android/camera/ui/
LayoutNotifyView.java 44 protected void onLayout(boolean changed, int l, int t, int r, int b) {
45 super.onLayout(changed, l, t, r, b);
46 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
LayoutChangeHelper.java 36 public void onLayout(boolean changed, int l, int t, int r, int b) {
RenderOverlay.java 141 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
143 super.onLayout(changed, left, top, right, bottom);
  /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) {
  /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,
61 * content, you can handle {@link #onStart()} and {@link #onLayout(PrintAttributes,
69 * {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
121 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
206 * PrintDocumentAdapter#onLayout(PrintAttributes, PrintAttributes,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
IconMerger.java 57 protected void onLayout(boolean changed, int l, int t, int r, int b) {
58 super.onLayout(changed, l, t, r, b);
NotificationPanelView.java 85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
86 super.onLayout(changed, left, top, right, bottom);
SettingsPanelView.java 132 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
133 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TimelineRelativeLayout.java 69 public void onLayout(boolean changed, int l, int t, int r, int b) {
70 super.onLayout(changed, l, t, r, b);
  /packages/apps/Camera/src/com/android/camera/
PreviewFrameLayout.java 140 protected void onLayout(boolean changed, int l, int t, int r, int b) {
141 super.onLayout(changed, l, t, r, b);
142 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
  /cts/tests/src/android/widget/cts/
MyGallery.java 111 protected void onLayout(boolean changed, int l, int t, int r, int b) {
112 super.onLayout(changed, l, t, r, b);
  /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.
  /packages/apps/Browser/src/com/android/browser/view/
StopProgressView.java 73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
74 super.onLayout(changed, left, top, right, bottom);
  /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/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
82 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewGridLayout.java 81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
82 super.onLayout(changed, left, top, right, bottom);
  /frameworks/volley/src/com/android/volley/toolbox/
NetworkImageView.java 179 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
180 super.onLayout(changed, left, top, right, bottom);
  /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) {
  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupAttributesTest.java 34 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /packages/apps/Browser/src/com/android/browser/
TabScrollView.java 85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
86 super.onLayout(changed, left, top, right, bottom);
233 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
234 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollBarView.java 55 protected void onLayout(
  /packages/apps/Camera2/src/com/android/camera/ui/
RenderOverlay.java 152 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
154 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Dialer/src/com/android/dialer/list/
TileInteractionTeaserView.java 59 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
60 super.onLayout(changed, left, top, right, bottom);

Completed in 1179 milliseconds

1 2 3 4 5 6 7 8 910