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

1 2 3

  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RectShape.java 48 protected void onResize(float width, float height) {
Shape.java 74 onResize(width, height);
94 protected void onResize(float width, float height) {}
RoundRectShape.java 105 protected void onResize(float w, float h) {
106 super.onResize(w, h);
PathShape.java 34 private float mScaleX; // cached from onResize
35 private float mScaleY; // cached from onResize
63 protected void onResize(float width, float height) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
FontView.js 94 onResize: function()
  /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/remoting/webapp/
client_screen.js 42 remoting.onResize = function() {
44 remoting.clientSession.onResize();
client_session.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/chrome/browser/resources/local_ntp/
local_ntp.js 712 function onResize() {
969 window.addEventListener('resize', onResize);
970 onResize();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
View.js 169 this._notify(this.onResize);
194 onResize: function()
338 // No matter what notification we are in, dispatching onResize is not needed.
657 onResize: function()
SplitView.js 510 // 2. Issue onresize to the sidebar element, its size won't change.
632 onResize: function()
TextEditor.js 175 onResize: function() { },
  /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/
ResponsiveDesignView.js 62 this._mediaInspector.addEventListener(WebInspector.MediaQueryInspector.Events.HeightUpdated, this.onResize, this);
95 this.onResize();
105 this.onResize();
359 this._inspectedPagePlaceholder.onResize();
373 onResize: function()
383 this._inspectedPagePlaceholder.onResize();
498 this.onResize();
509 this.onResize();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
PaintProfilerView.js 61 onResize: function()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectedPagePlaceholder.js 52 onResize: function()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineOverviewPane.js 67 onResize: function()
Layers3DView.js 139 onResize: function()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotDataGrids.js 576 onResize: function()
578 WebInspector.HeapSnapshotSortableDataGrid.prototype.onResize.call(this);
    [all...]
CPUProfileFlameChart.js 558 onResize: function()
HeapSnapshotView.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
ConsoleView.js 414 onResize: function()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 382 self._rootwindow.bind('<Configure>', self.onResize)
418 def onResize(self, event):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 382 self._rootwindow.bind('<Configure>', self.onResize)
418 def onResize(self, event):
    [all...]

Completed in 701 milliseconds

1 2 3