Searched refs:onSizeChanged (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsClientOnScaleChangedTest.java49 core.onSizeChanged(
H A DAwLayoutSizerTest.java345 layoutSizer.onSizeChanged(measuredWidth, measuredHeight, 0, 0);
380 layoutSizer.onSizeChanged(measuredWidth, measuredHeight, 0, 0);
412 layoutSizer.onSizeChanged(sizeWidth, sizeHeight, 0, 0);
419 layoutSizer.onSizeChanged(sizeWidth, sizeHeight, 0, 0);
426 layoutSizer.onSizeChanged(sizeWidth, sizeHeight, 0, 0);
444 layoutSizer.onSizeChanged((int) (FIRST_CONTENT_WIDTH * DIP_SCALE),
451 layoutSizer.onSizeChanged((int) (FIRST_CONTENT_WIDTH * DIP_SCALE),
457 layoutSizer.onSizeChanged((int) (FIRST_CONTENT_WIDTH * DIP_SCALE),
476 layoutSizer.onSizeChanged(AT_MOST_MEASURE_SIZE, AT_MOST_MEASURE_SIZE, 0, 0);
499 layoutSizer.onSizeChanged((in
[all...]
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java103 public void onSizeChanged(int w, int h, int ow, int oh) { method in class:AwTestContainerView
104 super.onSizeChanged(w, h, ow, oh);
105 mAwContents.onSizeChanged(w, h, ow, oh);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java421 protected void onSizeChanged(int w, int h, int ow, int oh) { method in class:ContentView
423 super.onSizeChanged(w, h, ow, oh);
424 mContentViewCore.onSizeChanged(w, h, ow, oh);
H A DContentViewCore.java369 // Size of the viewport in physical pixels as set from onSizeChanged.
414 // Temporary notification to tell onSizeChanged to focus a form element,
609 // the onSizeChanged (in order to adjust relative to the
611 // TODO(jdduke): We should not assume that onSizeChanged will
1011 * @return Viewport width in physical pixels as set from onSizeChanged.
1017 * @return Viewport height in physical pixels as set from onSizeChanged.
1558 * @see View#onSizeChanged(int, int, int, int)
1561 public void onSizeChanged(int wPix, int hPix, int owPix, int ohPix) { method in class:ContentViewCore
1611 // Only assume the OSK triggered the onSizeChanged if width was preserved.
2282 // the actual viewport (as set by onSizeChanged)
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwLayoutSizer.java46 // The most recent width and height seen in onSizeChanged.
197 public void onSizeChanged(int w, int h, int ow, int oh) { method in class:AwLayoutSizer
206 * This should be called after onSizeChanged regardless of whether the size has changed or not.
224 // onSizeChanged we can't just wait for onLayoutChange. At the same time we can't only make this
225 // call from onSizeChanged, since onSizeChanged won't fire if the view's physical size doesn't
H A DAwContents.java606 onSizeChanged(mContainerView.getWidth(), mContainerView.getHeight(), 0, 0);
1549 * @see android.view.View#onSizeChanged()
1551 public void onSizeChanged(int w, int h, int ow, int oh) { method in class:AwContents
1556 mLayoutSizer.onSizeChanged(w, h, ow, oh);
1558 mContentViewCore.onSizeChanged(w, h, ow, oh);
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DColorPickerSimple.java107 * Draws the grid of colors, based on the rectangles calculated in onSizeChanged().
163 protected void onSizeChanged(int width, int height, int oldw, int oldh) { method in class:ColorPickerSimple
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java262 protected void onSizeChanged(int w, int h, int oldw, int oldh) { method in class:ConversationDialogActivity.TypewriterTextView
268 super.onSizeChanged(w, h, oldw, oldh);
/external/robolectric/lib/main/
H A Dmaps_v16.jarcom/google/android/maps/GeoPoint.class " package com.google.android.maps public com.google ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 181 milliseconds