HomeSort by relevance Sort by last modified time
    Searched full:mainwindow (Results 1 - 25 of 49) sorted by null

1 2

  /external/skia/tools/mdbviz/
main.cpp 10 #include "mainwindow.h"
24 MainWindow mainWin;
mainwindow.h 22 class MainWindow : public QMainWindow {
26 MainWindow();
mainwindow.cpp 10 #include "MainWindow.h"
12 MainWindow::MainWindow() {
23 void MainWindow::openFile() {
30 void MainWindow::setupOpListWidget() {
62 void MainWindow::presentCurrentRenderState() {
68 void MainWindow::loadFile(const QString &fileName) {
99 void MainWindow::about() {
103 void MainWindow::createActions() {
113 connect(openAct, &QAction::triggered, this, &MainWindow::openFile)
    [all...]
  /external/skqp/tools/mdbviz/
main.cpp 10 #include "mainwindow.h"
24 MainWindow mainWin;
mainwindow.h 22 class MainWindow : public QMainWindow {
26 MainWindow();
mainwindow.cpp 10 #include "MainWindow.h"
12 MainWindow::MainWindow() {
23 void MainWindow::openFile() {
30 void MainWindow::setupOpListWidget() {
62 void MainWindow::presentCurrentRenderState() {
68 void MainWindow::loadFile(const QString &fileName) {
99 void MainWindow::about() {
103 void MainWindow::createActions() {
113 connect(openAct, &QAction::triggered, this, &MainWindow::openFile)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotController.java 227 final WindowState mainWindow = top.findMainWindow();
228 if (mainWindow == null) {
270 final boolean isWindowTranslucent = mainWindow.getAttrs().format != PixelFormat.OPAQUE;
278 getInsets(mainWindow), isLowRamDevice /* reduced */, scaleFraction /* scale */,
341 final WindowState mainWindow = topChild.findMainWindow();
342 if (mainWindow == null) {
349 final LayoutParams attrs = mainWindow.getAttrs();
352 final int width = mainWindow.getFrameLw().width();
353 final int height = mainWindow.getFrameLw().height();
360 decorPainter.setInsets(mainWindow.mContentInsets, mainWindow.mStableInsets)
    [all...]
RemoteAnimationController.java 303 final WindowState mainWindow = mAppWindowToken.findMainWindow();
304 if (task == null || mainWindow == null || mCapturedFinishCallback == null
308 final Rect insets = new Rect(mainWindow.mContentInsets);
312 mainWindow.mWinAnimator.mLastClipRect, insets,
RecentsAnimationController.java 566 final WindowState mainWindow = topApp != null
569 if (mainWindow == null) {
572 final Rect insets = new Rect(mainWindow.mContentInsets);
573 InsetUtils.addInsets(insets, mainWindow.mAppToken.getLetterboxInsets());
575 !topApp.fillsParent(), mainWindow.mWinAnimator.mLastClipRect,
TaskSnapshotSurface.java 153 final WindowState mainWindow = token.findMainWindow();
167 if (mainWindow == null || topFullscreenWindow == null) {
176 layoutParams.packageName = mainWindow.getAttrs().packageName;
177 layoutParams.windowAnimations = mainWindow.getAttrs().windowAnimations;
178 layoutParams.dimAmount = mainWindow.getAttrs().dimAmount;
WindowSurfacePlacer.java 362 final WindowState mainWindow = wtoken != null ? wtoken.findMainWindow() : null;
363 return mainWindow != null ? mainWindow.mAttrs : null;
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.h 48 Conductor(PeerConnectionClient* client, MainWindow* main_wnd);
122 MainWindow* main_wnd_;
main_wnd.h 39 class MainWindow {
41 virtual ~MainWindow() {}
72 class MainWnd : public MainWindow {
conductor.cc 55 Conductor::Conductor(PeerConnectionClient* client, MainWindow* main_wnd)
148 if (main_wnd_->current_ui() != MainWindow::STREAMING)
218 if (main_wnd_->current_ui() == MainWindow::LIST_PEERS)
229 if (main_wnd_->current_ui() == MainWindow::LIST_PEERS)
  /external/selinux/gui/
system-config-selinux.py 168 self.mainWindow = self.xml.get_object("mainWindow")
188 self.mainWindow.connect("destroy", self.destroy)
190 self.mainWindow.show_all()
semanagePage.py 53 self.window = self.xml.get_object("mainWindow").get_root_window()
booleansPage.py 90 self.window = self.xml.get_object("mainWindow").get_root_window()
polgengui.py 615 self.mainWindow = self.xml.get_widget("main_window")
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp 42 if (MainWindow != 0)
43 MySetWindowText(MainWindow, UString(s) + MainTitle);
ProgressDialog.h 115 HWND MainWindow;
123 ,MainWindow(0)
ProgressDialog2.cpp 239 CProgressDialog::CProgressDialog(): _timer(0), CompressingMode(true), MainWindow(0)
280 if (MainWindow != 0)
282 CWindow window(MainWindow);
325 _hwndForTaskbar = MainWindow;
ProgressDialog2.h 248 HWND MainWindow;
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h 30 class GtkMainWnd : public MainWindow {
42 virtual MainWindow::UI current_ui();
main_wnd.cc 159 MainWindow::UI GtkMainWnd::current_ui() {
  /external/python/cpython2/Tools/audiopy/
audiopy 62 class MainWindow:
421 w = MainWindow(device)

Completed in 584 milliseconds

1 2