HomeSort by relevance Sort by last modified time
    Searched refs:shown (Results 1 - 22 of 22) sorted by null

  /external/skia/src/views/
SkScrollBarView.cpp 34 void SkScrollBarView::setShown(unsigned shown)
36 if ((int)shown < 0)
37 shown = 0;
39 if (fShownLength != shown)
41 fShownLength = shown;
65 if (dom.findS32(node, "shown", &value))
117 int shown = fShownLength; local
120 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show
127 if (start + shown > total
    [all...]
  /external/skia/include/views/
SkScrollBarView.h 33 void setShown(unsigned shown);
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 59 shown = false;
86 /* Override the Show() method so we can tell when we've been shown */
89 shown = true;
91 virtual bool Shown(void) {
92 return (shown);
277 bool shown; member in class:SDL_BWin
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 176 @Override public void setCandidatesViewShown(boolean shown) {
177 super.setCandidatesViewShown(shown);
178 if (shown) {
  /build/tools/droiddoc/templates/
sample.cs 19 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/platforms/android-&lt;version&gt;/samples/...</code></p>
  /external/e2fsprogs/resize/
sim_progress.c 24 int shown; member in struct:ext2_sim_progress
101 prog->shown = 0;
  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 124 private void showDialog(boolean shown) {
125 mInner.setVisibility(shown ? View.VISIBLE : View.GONE);
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.h 55 virtual bool shown(void) { function in class:SDL_QWin
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 316 * Refreshes the shortcut shown on the ItemViews. This method retrieves current
317 * shortcut state (mode and shown) from the menu that contains this item.
324 * Refreshes the shortcut shown on the ItemViews. This is usually called by
329 * @param menuShortcutShown The menu's shortcut shown mode. In addition,
552 * @param shown Whether to show (true) or hide (false).
553 * @return Whether the item's shown state was changed
555 boolean setVisibleInt(boolean shown) {
557 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN);
561 public MenuItem setVisible(boolean shown) {
562 // Try to set the shown state to the given state. If the shown state was change
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 103 * <li>The candidates view, if currently shown, is placed above the soft
125 * soft input view should be shown to the user. This is done by implementing
127 * whether it should be shown in the current environment. If any of your
145 * view, because the candidates view tends to be more transient, being shown
147 * by the user. To control whether the candidates view is shown, you use
149 * view tends to be shown and hidden a lot, it does not impact the application
667 // window is shown for them.
    [all...]
  /external/v8/test/mjsunit/
stack-traces.js 126 // Test that the error constructor is not shown in the trace
139 // Test that the explicit constructor call is shown in the trace
  /external/qemu/audio/
audio.c 224 static int shown; local
227 if (!shown) {
228 shown = 1;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 125 // The private IME option used to indicate that no microphone should be shown for a
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 155 // things in here CAN NOT take focus, but are shown on top of everything else.
    [all...]
  /external/libvpx/build/make/
configure.sh 110 of that shown above. If the option --disable-foo is listed, then
  /external/v8/tools/
tickprocessor.js 491 '% are not shown.\n');
  /external/blktrace/btreplay/doc/
btreplay.tex 292 The \texttt{-V} option displays the \texttt{btreplay} version, as shown here:
  /external/iproute2/doc/
ip-cref.tex 476 Multicast addresses are not shown by this command, see
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1490 milliseconds