HomeSort by relevance Sort by last modified time
    Searched full:sticky (Results 76 - 100 of 257) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 114 // This is a sticky bit; once set it is never cleared.
118 // This is a sticky bit; once set it is never cleared even if future validation attempts fail.
129 // This is a sticky bit; once set it is never cleared.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 419 self.canvas.grid(row=0, column=0, sticky="nsew")
421 self.vbar.grid(row=0, column=1, sticky="nse")
423 self.hbar.grid(row=1, column=0, sticky="ews")
tabbedpages.py 327 self.frame.grid(row=0, column=0, sticky=NSEW)
338 self.frame.grid(row=0, column=0, sticky=NSEW)
399 self.pages_frame.grid(row=1, column=0, sticky=NSEW)
411 self._tab_set.grid(row=0, column=0, sticky=NSEW)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 419 self.canvas.grid(row=0, column=0, sticky="nsew")
421 self.vbar.grid(row=0, column=1, sticky="nse")
423 self.hbar.grid(row=1, column=0, sticky="ews")
tabbedpages.py 327 self.frame.grid(row=0, column=0, sticky=NSEW)
338 self.frame.grid(row=0, column=0, sticky=NSEW)
399 self.pages_frame.grid(row=1, column=0, sticky=NSEW)
411 self._tab_set.grid(row=0, column=0, sticky=NSEW)
  /frameworks/base/core/java/android/app/
LoadedApk.java 797 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
806 ordered, sticky, sendingUser);
    [all...]
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 251 boolean ordered, boolean sticky, IBinder token, int userId, int flags) {
257 mInitialStickyHint = sticky;
439 // Note that we don't assert when receiving the initial sticky value,
715 * value of a sticky broadcast -- that is, the value that was last
716 * broadcast and is currently held in the sticky cache, so this is
    [all...]
Context.java     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js 185 $("#sticky-header").addClass("design");
202 $("#sticky-header").addClass("develop");
237 $("#sticky-header").addClass("distribute");
259 $("#sticky-header").addClass("about");
452 if (sticky) {
728 var $others = $('li.nav-section.expanded', $(this).closest('ul')).not('.sticky');
749 /** Create the list of breadcrumb links in the sticky header */
751 var $breadcrumbUl = $("#sticky-header ul.breadcrumb");
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js 185 $("#sticky-header").addClass("design");
202 $("#sticky-header").addClass("develop");
227 $("#sticky-header").addClass("distribute");
249 $("#sticky-header").addClass("about");
442 if (sticky) {
718 var $others = $('li.nav-section.expanded', $(this).closest('ul')).not('.sticky');
739 /** Create the list of breadcrumb links in the sticky header */
741 var $breadcrumbUl = $("#sticky-header ul.breadcrumb");
    [all...]
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/advancedimmersivemode/
AdvancedImmersiveModeFragment.java 242 // There's actually two forms of immersive mode, normal and "sticky". Sticky immersive mode
  /developers/samples/android/ui/window/AdvancedImmersiveMode/Application/src/main/java/com/example/android/advancedimmersivemode/
AdvancedImmersiveModeFragment.java 242 // There's actually two forms of immersive mode, normal and "sticky". Sticky immersive mode
  /development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/
AdvancedImmersiveModeFragment.java 242 // There's actually two forms of immersive mode, normal and "sticky". Sticky immersive mode
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CarrierText.java 154 // Grab it from the old sticky broadcast if possible instead. We can use it
170 if (DEBUG) Log.d(TAG, "Getting plmn/spn sticky brdcst " + plmn + "/" + spn);
  /art/runtime/gc/accounting/
mod_union_table.h 77 // before a call to update, for example, back-to-back sticky GCs. Also mark references to other
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetProvider.java 81 // This setting is sticky across reboots, but that doesn't matter, because this will
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_arm.h 110 bit 27 - Q (saturation flag, sticky)
minidump_cpu_arm64.h 105 bit 27 - Q (saturation flag, sticky)
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 277 // sticky - the sticky transform set in Surface (only used by the LEGACY
282 uint32_t sticky = 0)
285 transform(transform), stickyTransform(sticky),
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 36 * cancelThreadDecoding() is sticky until allowThreadDecoding() is called.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 112 // Bluetooth state is not sticky, so set it manually
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 121 // Wi-Fi state is sticky, so just let the receiver update UI
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 163 #define __S_ISVTX 01000 /* Save swapped text after use (sticky). */
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 685 var $others = $('li.nav-section.expanded', $(this).closest('ul')).not('.sticky');
706 /** Create the list of breadcrumb links in the sticky header */
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 297 <div id="sticky-header">
343 <div id="sticky-header">

Completed in 370 milliseconds

1 2 34 5 6 7 8 91011