HomeSort by relevance Sort by last modified time
    Searched defs:showPanel (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 104 showPanel(LOOKS);
110 showPanel(BORDERS);
116 showPanel(GEOMETRY);
122 showPanel(FILTERS);
128 showPanel(activity.getCurrentPanel());
220 public void showPanel(int currentPanel) {
253 showPanel(mPreviousToggleVersions);
256 showPanel(VERSIONS);
295 showPanel(currentPanel);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectorView.js 93 InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.ShowConsole, this.showPanel.bind(this, "console"));
182 showPanel: function(panelName)
328 this.showPanel(panelName);
378 this.showPanel(panelOrder[index]);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Tests.js 186 TestSuite.prototype.showPanel = function(panelName)
271 this.showPanel("sources");
301 test.showPanel("sources");
318 this.showPanel("sources");
345 this.showPanel("sources");
348 test.showPanel("elements");
353 test.showPanel("sources");
389 this.showPanel("sources");
404 this.showPanel("sources");

Completed in 545 milliseconds