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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
panel.py 3 Module for using panels with curses.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
panel.py 3 Module for using panels with curses.
  /external/clang/test/Analysis/
NSPanel.m 66 NSMutableArray *panels;
77 [panels addObject:panel];
85 [panels addObject:panel];
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanelsContext.java 18 protected ArrayList<AwtPanel> panels = new ArrayList<AwtPanel>(); field in class:AwtPanelsContext
65 if (!panels.contains(panel))
122 panels.add(panel);
134 for (AwtPanel panel : panels){
  /external/doclava/res/assets/templates/components/
left_nav.cs 6 <div id="nav-panels">
42 </div><!-- end nav-panels -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SystemUIDialog.java 26 * Base class for dialogs that should appear over panels and keyguard.
PanelBar.java 114 Log.v(TAG, String.format("onTouch: all panels disabled, ignoring touch at (%d,%d)",
176 // adjust any other panels that may be partially visible
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/
chrome_config.html 42 <!-- Side panels are chrome-only for now -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
comstats.h 95 companel_t panels[COM_MAXPANELS]; member in struct:__anon30796
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h 37 /* panel.h -- interface file for panels library */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
comstats.h 95 companel_t panels[COM_MAXPANELS]; member in struct:__anon32710
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
panel.h 37 /* panel.h -- interface file for panels library */
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 80 // the goal here is to subdivise the Rhs panels such that we keep some cache
103 // The idea is to split A11 into multiple small vertical panels.
109 // for each small vertical panels [T1k^T, T2k^T]^T of lhs
243 // triangular packing (we only pack the panels off the diagonal,
267 // for each small block of the diagonal (=> vertical panels of rhs)
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/res/layout/
main.xml 21 android:id="@+id/panels"
  /developers/samples/android/media/HdrViewfinder/Application/src/main/res/layout/
main.xml 21 android:id="@+id/panels"
  /development/samples/browseable/HdrViewfinder/res/layout/
main.xml 21 android:id="@+id/panels"
  /frameworks/base/packages/SystemUI/res/values-sw720dp/
dimens.xml 29 <!-- Bottom margin (from display edge) for status bar panels -->
  /frameworks/rs/java/tests/RsCameraDemo/res/layout/
activity_main.xml 24 android:id="@+id/panels">
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelPicker.java 43 * shows a dialog that lets the user switch between control panels
Compatibility.java 37 * Provide backwards compatibility for existing control panels.
182 Log.e(TAG, "No control panels found!");
  /packages/services/Telephony/src/com/android/phone/
IccPanel.java 29 * Base class for ICC-related panels in the Phone UI.
  /build/tools/droiddoc/templates-pdk/
customizations.cs 48 <div id="nav-panels">
84 </div><!-- end nav-panels -->
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 210 * multiple panels). Shortcuts will go to this panel. It gets set in
1044 final PanelFeatureState[] panels = mPanels; local
1135 final PanelFeatureState[] panels = mPanels; local
2122 PanelFeatureState[] panels = mPanels; local
    [all...]
  /frameworks/base/docs/html/design/patterns/
widgets.jd 13 <p itemprop="description">Widgets are an essential aspect of home screen customization. You can imagine them as "at-a-glance" views of an app's most important data and functionality that is accessible right from the user's home screen. Users can move widgets across their home screen panels, and, if supported, resize them to tailor the amount of information within a widget to their preference.</p>
62 <p>Because widgets live on the home screen, they have to co-exist with the navigation that is established there. This limits the gesture support that is available in a widget compared to a full-screen app. While apps for example may support a view pager that allows the user to navigate between screens laterally, that gesture is already taken on the home screen for the purpose of navigating between home panels.</p>
94 <li>They can better influence the layout of widgets and shortcuts on their home panels.</li>
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 198 //Routine to configure low resolution panels (<= 2048 width)
204 //Routine to configure high resolution panels (> 2048 width)

Completed in 849 milliseconds

1 2 3 4 5 6 7 8 91011>>