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 175 showPanel: function(panelName)
341 this.showPanel(panelName);
388 this.showPanel(panelOrder[index]);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Tests.js 186 TestSuite.prototype.showPanel = function(panelName)
236 this.showPanel("sources");
266 test.showPanel("sources");
283 this.showPanel("sources");
310 this.showPanel("sources");
313 test.showPanel("elements");
318 test.showPanel("sources");
354 this.showPanel("sources");
369 this.showPanel("sources");

Completed in 460 milliseconds