/external/skia/bench/ |
BlurImageFilterBench.cpp | 31 // When 'expanded' is set we apply a cropRect to the input of the blurImageFilter (a noOp 40 bool expanded) 43 , fIsExpanded(expanded)
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPresenter.java | 120 * @param menu Menu containing the item to be expanded 121 * @param item Item to be expanded 122 * @return true if this presenter expanded the action view, false otherwise.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NotificationsQuickSettingsContainer.java | 137 public void setQsExpanded(boolean expanded) { 138 if (mQsExpanded != expanded) { 139 mQsExpanded = expanded;
|
StatusBarWindowManager.java | 156 boolean expanded = isExpanded(state); 157 if (expanded) { 296 public void setQsExpanded(boolean expanded) { 297 mCurrentState.qsExpanded = expanded; 325 * Force the window to be collapsed, even if it should theoretically be expanded.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpManager.java | 385 // The touchable region is always the full area when expanded 500 * intrinsic height, which also includes whether the notification is system expanded and 590 * Set an entry to be expanded and therefore stick in the heads up area if it's pinned 593 public void setExpanded(NotificationData.Entry entry, boolean expanded) { 595 if (headsUpEntry != null && headsUpEntry.expanded != expanded) { 596 headsUpEntry.expanded = expanded; 597 if (expanded) { 615 public boolean expanded; field in class:HeadsUpManager.HeadsUpEntry [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
MenuPresenter.java | 121 * @param menu Menu containing the item to be expanded 122 * @param item Item to be expanded 123 * @return true if this presenter expanded the action view, false otherwise.
|
/ndk/build/core/ |
setup-app.mk | 69 $(call ndk_log,Remove the following abis expanded from 'all' due to no toolchain: $(_abis_without_toolchain)) 77 $(call ndk_log,Remove the following abis expanded from 'all32' due to no toolchain: $(_abis_without_toolchain)) 85 $(call ndk_log,Remove the following abis expanded from 'all64' due to no toolchain: $(_abis_without_toolchain))
|
/packages/apps/Dialer/tests/src/com/android/dialer/widget/ |
ActionBarControllerTest.java | 131 // displaying the expanded search box by sliding it down, displaying the unexpanded search box, 148 // Something typed in the dialpad - so remain in search UI and slide the expanded search 166 // In Search UI, with expanded search box and something currently typed in the search box
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewState.java | 47 public static int EXPANDED = 1; 54 return state == EXPANDED; 102 * @return 1 = expanded, 2 = collapsed, 3 = super collapsed, or null otherwise
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
kd.h | 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 9 #define PIO_FONT 0x4B61 /* use font in expanded form */ 16 char *chardata; /* font data in expanded form */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
kd.h | 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 9 #define PIO_FONT 0x4B61 /* use font in expanded form */ 16 char *chardata; /* font data in expanded form */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips-size-0.l | 21 .*:95: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot 22 .*:95: Warning: macro instruction expanded into multiple instructions in a branch delay slot 25 .*:105: Warning: macro instruction expanded into multiple instructions in a branch delay slot
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ExpandableNotificationRow.java | 77 /** If {@link #mHasUserChangedExpansion}, has the user expanded this row */ 81 * Has this notification been expanded while it was pinned 94 * Is this notification expanded by the system. The expansion state can be overridden by the 789 public void logNotificationExpansion(String key, boolean userAction, boolean expanded); 852 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded); [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSAddDebugInfoPass.cpp | 126 // Lookup the expanded function interface type metadata. 147 // Capture the expanded kernel type debug info. 182 // Walk through the argument list and expanded function prototype 184 // the expanded function arguments. 235 // At the moment, it only finds the compile unit for the expanded function
|
/frameworks/support/compat/java/android/support/v4/internal/view/ |
SupportMenuItem.java | 64 * This item's action view collapses to a normal menu item. When expanded, the action view 172 * @return true if the action view was expanded, false otherwise. 189 * Returns true if this menu item's action view has been expanded. 191 * @return true if the item's action view is expanded, false otherwise. 201 * action view is expanded or collapsed. The menu item must be configured to expand or collapse
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationViewAdapter.java | 61 * in this adapter do not necessarily line up with cursor indices. For example, an expanded 251 ConversationMessage message, boolean expanded, boolean showImages) { 255 mExpanded = expanded; 322 public void setExpanded(boolean expanded) { 323 if (mExpanded != expanded) { 324 mExpanded = expanded; 400 * footer to stay in sync with the expanded state of the header. 649 public int addMessageHeader(ConversationMessage msg, boolean expanded, boolean showImages) { 650 return addItem(new MessageHeaderItem(this, mDateBuilder, msg, expanded, showImages)); 659 boolean expanded, boolean showImages) [all...] |
/ndk/build/tools/ |
package.py | 77 expanded = package.format( 80 if expanded not in seen_packages: 81 packages.append(expanded) 82 seen_packages.add(expanded) 143 expanded = [] 147 expanded.extend(zip(package_names, extract_paths)) 148 return expanded
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
epydoc.js | 93 var elt = document.getElementById(id+"-expanded"); 95 var elt = document.getElementById(id+"-expanded-linenums"); 106 var elt = document.getElementById(id+"-expanded"); 108 var elt = document.getElementById(id+"-expanded-linenums"); 143 var elt = document.getElementById(id+"-expanded"); 166 if (elt.id.substring(split, elt.id.length) == "-expanded")
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
epydoc.js | 93 var elt = document.getElementById(id+"-expanded"); 95 var elt = document.getElementById(id+"-expanded-linenums"); 106 var elt = document.getElementById(id+"-expanded"); 108 var elt = document.getElementById(id+"-expanded-linenums"); 143 var elt = document.getElementById(id+"-expanded"); 166 if (elt.id.substring(split, elt.id.length) == "-expanded")
|
/external/llvm/test/CodeGen/Mips/ |
dsp-patterns.ll | 63 ; mul.ph is an R2 instruction. Check that multiply node gets expanded. 104 ; DSP-ASE doesn't have a v4i8 multiply instruction. Check that multiply node gets expanded. 207 ; Check that shift node is expanded if splat element size is not 16-bit. 221 ; Check that shift node is expanded if splat element size is not 8-bit. 235 ; Check that shift node is expanded if shift amount doesn't fit in 4-bit sa field. 249 ; Check that shift node is expanded if shift amount doesn't fit in 3-bit sa field.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 119 if self.state == 'expanded': 129 if self.state != 'expanded': 130 self.state = 'expanded' 157 if self.children and self.state == 'expanded': 180 if self.state != 'expanded': 199 if child.state == 'expanded':
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 119 if self.state == 'expanded': 129 if self.state != 'expanded': 130 self.state = 'expanded' 157 if self.children and self.state == 'expanded': 180 if self.state != 'expanded': 199 if child.state == 'expanded':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 119 if self.state == 'expanded': 129 if self.state != 'expanded': 130 self.state = 'expanded' 157 if self.children and self.state == 'expanded': 180 if self.state != 'expanded': 199 if child.state == 'expanded':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 119 if self.state == 'expanded': 129 if self.state != 'expanded': 130 self.state = 'expanded' 157 if self.children and self.state == 'expanded': 180 if self.state != 'expanded': 199 if child.state == 'expanded':
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ZoomActivity.java | 99 * <li>Assign the high-res image to the hidden "zoomed-in" (expanded) image view.</li> 100 * <li>Calculate the starting and ending bounds for the expanded view.</li> 192 // and show the thumbnail instead of the expanded image.
|