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

1 2

  /cts/tests/tests/widget/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);
TableRowTest.java 183 mockTableRow.onLayout(false, 0, 0, 200, 300);
257 protected void onLayout(boolean changed, int l, int t, int r, int b) {
258 super.onLayout(changed, l, t, r, b);
TableLayoutTest.java 606 mockTableLayout.onLayout(false, 0, 0, 20, 20);
684 protected void onLayout(boolean changed, int l, int t, int r, int b) {
685 super.onLayout(changed, l, t, r, b);
RelativeLayoutTest.java 305 // onLayout() is implementation details, do NOT test
332 protected void onLayout(boolean changed, int l, int t, int r, int b) {
333 super.onLayout(changed, l, t, r, b);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPrintDocumentAdapter.java 51 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
  /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/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/view/
SecureViewOverlay.java 52 protected void onLayout(boolean changed, int l, int t, int r, int b) {
CustomLayout.java 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 222 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
223 super.onLayout(changed, left, top, right, bottom);
FixedGridLayout.java 75 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
SwipableOverlayView.java 190 * See {@link #android.view.ViewGroup.onLayout(boolean, int, int, int, int)}.
193 protected void onLayout(boolean changed, int l, int t, int r, int b) {
213 super.onLayout(changed, l, t, r, b);
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintDocumentAdapterWrapper.java 21 * {@link PrintDocumentAdapter#onLayout} and {@link PrintDocumentAdapter#onWrite}. This class helps
29 void onLayout(
118 public void onLayout(
124 mPdfGenerator.onLayout(oldAttributes, newAttributes, cancellationSignal,
PrintingControllerImpl.java 35 * onLayout or onWrite, a PDF generation cycle is completed another new one can safely start).
67 * because we start the native PDF generation process inside onLayout, and we need to pass the
199 public void onLayout(
215 // TODO(cimamoglu): Whenever onLayout is called, generate a new PDF with the new
219 // onLayout going on. Use the last known valid page count.
288 // If this onWrite is without a preceding onLayout, start Chromium PDF generation here.
312 // If we are in the middle of a PDF generation from onLayout or onWrite, it means
314 // extra). If we complete the PDF generation successfully from onLayout or onWrite,
  /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) {
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java 231 protected void onLayout(boolean changed, int l, int t, int r, int b) {
232 super.onLayout(changed, l, t, r, b);
233 Log.d(TAG, "onLayout: " + changed);
360 * after finishing initial onLayout event, an initial animation which is defined in DefaultCardStreamAnimator is launched.
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamLinearLayout.java 231 protected void onLayout(boolean changed, int l, int t, int r, int b) {
232 super.onLayout(changed, l, t, r, b);
233 Log.d(TAG, "onLayout: " + changed);
360 * after finishing initial onLayout event, an initial animation which is defined in DefaultCardStreamAnimator is launched.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 108 // These values are used in onLayout() to keep the infobars fixed to the bottom of the screen
372 protected void onLayout(boolean changed, int l, int t, int r, int b) {
384 super.onLayout(changed, l, t, r, b);
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
AnimatedNotificationDisplayActivity.java 120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 146 protected void onLayout(boolean changed, int l, int t, int r, int b) {
CameraPreview.java 220 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
AnimatedNotificationDisplayActivity.java 120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 179 protected void onLayout(boolean changed, int l, int t, int r, int b) {

Completed in 2440 milliseconds

1 2