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

1 2 3

  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 74 onResize(width, height);
94 protected void onResize(float width, float height) {}
PathShape.java 34 private float mScaleX; // cached from onResize
35 private float mScaleY; // cached from onResize
63 protected void onResize(float width, float height) {
RectShape.java 48 protected void onResize(float width, float height) {
RoundRectShape.java 105 protected void onResize(float w, float h) {
106 super.onResize(w, h);
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ShapeTest.java 120 protected void onResize(float width, float height) {
121 super.onResize(width, height);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
FontView.js 94 onResize: function()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextEditor.js 182 onResize: function() { },
View.js 168 this._notify(this.onResize);
193 onResize: function()
337 // No matter what notification we are in, dispatching onResize is not needed.
656 onResize: function()
ViewportDataGrid.js 48 onResize: function()
53 WebInspector.DataGrid.prototype.onResize.call(this);
SplitView.js 509 // 2. Issue onresize to the sidebar element, its size won't change.
631 onResize: function()
  /external/chromium_org/remoting/webapp/
event_handlers.js 118 window.addEventListener('resize', remoting.onResize, false);
124 remoting.fullscreen.addListener(remoting.onResize);
client_screen.js 42 remoting.onResize = function() {
44 remoting.clientSession.onResize();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePaintProfilerView.js 116 onResize: function()
TimelineOverviewPane.js 64 onResize: function()
PaintProfilerView.js 66 onResize: function()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
InspectedPagePlaceholder.js 52 onResize: function()
ResponsiveDesignView.js 83 this._mediaInspector.addEventListener(WebInspector.MediaQueryInspector.Events.HeightUpdated, this.onResize, this);
146 this.onResize();
156 this.onResize();
476 this._inspectedPagePlaceholder.onResize();
515 onResize: function()
529 this._inspectedPagePlaceholder.onResize();
660 this.onResize();
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardDrag.java 120 protected void onResize(float width, float height) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectorView.js 407 onResize: function()
FlameChart.js     [all...]
  /external/chromium_org/ui/keyboard/resources/
main.js 226 var onResize = function() {
575 addEventListener('resize', onResize);
576 addEventListener('load', onResize);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js 571 onResize: function()
HeapSnapshotDataGrids.js 548 onResize: function()
550 WebInspector.HeapSnapshotSortableDataGrid.prototype.onResize.call(this);
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 869 function onResize() {
1122 window.addEventListener('resize', onResize);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/screencast/
ScreencastView.js 374 onResize: function()

Completed in 324 milliseconds

1 2 3