HomeSort by relevance Sort by last modified time
    Searched defs:isCollapsed (Results 1 - 25 of 62) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 70 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 70 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ExecutionDepsFix.h 83 bool isCollapsed() const { return Instrs.empty(); }
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
CollapsibleCategory.java 69 public boolean isCollapsed() {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ExecutionDepsFix.cpp 68 bool isCollapsed() const { return Instrs.empty(); }
209 if (LiveRegs[rx]->Refs == 1 && !LiveRegs[rx]->isCollapsed())
220 if (dv->isCollapsed())
257 assert(!A->isCollapsed() && "Cannot merge into collapsed");
258 assert(!B->isCollapsed() && "Cannot merge from collapsed");
292 if (LiveRegs[rx]->isCollapsed()) {
295 if (!pdv->isCollapsed() && pdv->hasDomain(domain))
301 if (!pdv->isCollapsed())
352 if (dv->isCollapsed()) {
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 74 bool isCollapsed() const { return Instrs.empty(); }
242 if (DV->AvailableDomains && !DV->isCollapsed())
299 if (dv->isCollapsed())
335 assert(!A->isCollapsed() && "Cannot merge into collapsed");
336 assert(!B->isCollapsed() && "Cannot merge from collapsed");
418 if (LiveRegs[rx].Value->isCollapsed()) {
421 if (!pdv->isCollapsed() && pdv->hasDomain(Domain))
427 if (!pdv->isCollapsed())
630 if (dv->isCollapsed()) {
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroup.java 137 getContext(), MetricsEvent.ACTION_DELETION_APPS_COLLAPSED, isCollapsed());
CollapsibleCheckboxPreferenceGroup.java 92 p.setVisible(!isCollapsed());
100 setCollapse(!isCollapsed());
124 public boolean isCollapsed() {
161 myState.collapsed = isCollapsed();
179 private void setCollapse(boolean isCollapsed) {
180 if (mCollapsed == isCollapsed) {
184 mCollapsed = isCollapsed;
185 setAllPreferencesVisibility(!isCollapsed);
DownloadsDeletionPreferenceGroup.java 133 getContext(), MetricsEvent.ACTION_DELETION_DOWNLOADS_COLLAPSED, isCollapsed());
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 163 public boolean isCollapsed() {
506 private void onCollapsedChanged(boolean isCollapsed) {
511 setWillNotDraw(!isCollapsed);
895 setWillNotDraw(!isCollapsed());
    [all...]
ActionBarContainer.java 275 private static boolean isCollapsed(View view) {
303 nonTabMaxHeight = Math.max(nonTabMaxHeight, isCollapsed(child) ? 0 :
418 if (!isCollapsed(mActionBarView) && mBackground != null
ScrollingTabContainerView.java 133 private boolean isCollapsed() {
142 if (isCollapsed()) return;
163 if (!isCollapsed()) return false;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionBarContainer.java 252 private boolean isCollapsed(View view) {
276 if (!isCollapsed(mActionBarView)) {
278 } else if (!isCollapsed(mContextView)) {
ScrollingTabContainerView.java 145 private boolean isCollapsed() {
154 if (isCollapsed()) return;
173 if (!isCollapsed()) return false;

Completed in 614 milliseconds

1 2 3