/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuView.java | 96 * Checks the checkbox for the item view. If the checkbox is hidden, it will NOT be
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_tab_unlock.xml | 156 hidden -->
|
keyguard_screen_tab_unlock_land.xml | 157 hidden -->
|
/frameworks/base/libs/surfaceflinger/ |
Layer.cpp | 449 // if the surface is hidden, don't try to acquire the 450 // freeze lock, since hidden surfaces may never redraw 472 // this surface is now hidden, so it shouldn't hold a freeze lock 473 // (it may never redraw, which is fine if it is hidden)
|
/frameworks/base/test-runner/src/android/test/mock/ |
MockContentProvider.java | 227 * By overriding this class, we avoid the mechanism hidden behind ContentProvider
|
/packages/apps/Calendar/src/com/android/calendar/ |
SelectCalendarsActivity.java | 167 // hidden) then it will be added to the list of calendars on the phone
|
/packages/apps/Email/src/org/apache/commons/io/ |
DirectoryWalker.java | 99 * For example, if you wanted all directories which are not hidden
109 * // Create a filter for Non-hidden directories
133 * For example, if you wanted all directories which are not hidden
227 * // cancel if hidden directory
|
/packages/apps/Settings/res/layout/ |
wifi_status_test.xml | 69 <!--Hidden SSID Value-->
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_rwops.h | 90 } hidden; member in struct:SDL_RWops
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_rwops.h | 90 } hidden; member in struct:SDL_RWops
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_rwops.h | 90 } hidden; member in struct:SDL_RWops
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationAttributesPart.java | 123 // Do not show hidden attributes
|
/packages/apps/Phone/src/com/android/phone/ |
InCallTouchUi.java | 441 // This button is totally hidden (rather than just disabled) 458 // This button is totally hidden (rather than just disabled) 465 // This button is totally hidden (rather than just disabled) 593 // Widget is already hidden or in the process of being hidden [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
scanResultTable.c | 467 * \brief find entry with hidden SSID anfd return it's index 477 TRACE0(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTable_FindHidden: Searching for hidden SSID\n"); 482 /* check if entry is with hidden SSID */ 583 /* replace hidden SSID entry with the new result */ 586 TRACE1(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTbale_AllocateNewEntry: Table is full, found hidden SSID at index %d to replace with\n", uHiddenSsidIndex); 595 TRACE0(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTbale_AllocateNewEntry: Table is full, no Hidden SSDI to replace, can't allocate new entry\n"); [all...] |
/cts/tools/dasm/src/java_cup/ |
non_terminal.java | 98 /** Method for creating a new uniquely named hidden non-terminal using 110 /** static routine for creating a new uniquely named hidden non-terminal */
|
/external/icu4c/common/ |
servloc.h | 508 * (Stop compiler from complaining about hidden overrides.) 512 * hidden overrides.
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 121 BUILD_CFLAGS="-D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -D_REENTRANT" 126 BUILD_CFLAGS="-D_GNU_SOURCE=1 -fvisibility=hidden -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -D_THREAD_SAFE -force_cpusubtype_ALL -fpascal-strings"
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWM.m | 292 [ qz_window setFrameTopLeftPoint:NSMakePoint( x, this->hidden->height - y ) ]; 309 *py = this->hidden->height - rect.origin.y - rect.size.height;
|
/external/webkit/ |
Android.mk | 224 LOCAL_CFLAGS += -fvisibility=hidden 356 LOCAL_LDFLAGS := -fvisibility=hidden
|
/external/webkit/WebCore/inspector/front-end/ |
TimelineOverviewPane.js | 99 category.hidden = false; 101 category.hidden = true;
|
/external/wpa_supplicant/ |
eloop.h | 259 * the knowledge of exact details of the signals is hidden in eloop 283 * the knowledge of exact details of the signals is hidden in eloop
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop.h | 259 * the knowledge of exact details of the signals is hidden in eloop 283 * the knowledge of exact details of the signals is hidden in eloop
|
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 244 * can itself handle changes to the keyboard or navigation being hidden/exposed. 246 * hidden states: keyboard or navigation.
|
/frameworks/base/core/java/android/database/ |
AbstractCursor.java | 466 * This is hidden until the data set change model has been re-evaluated. 474 * This is hidden until the data set change model has been re-evaluated.
|
/frameworks/base/core/java/android/view/ |
MenuItem.java | 314 * hidden. 322 * @return If true the item is visible; else it is hidden.
|