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

  /external/doclava/res/assets/templates/
diff.cs 28 .collapsed { property
67 if ($(tr).hasClass("collapsed")) {
68 $(tr).removeClass("collapsed");
76 $(tr).addClass("collapsed");
94 if ($(tr).hasClass("collapsed")) {
95 $(tr).removeClass("collapsed");
103 $(tr).addClass("collapsed");
  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchModel.java 220 final RemoteViews collapsed = new RemoteViews(pname, R.layout.stopwatch_notif_collapsed); local
221 collapsed.setChronometer(R.id.swn_collapsed_chronometer, base, null, running);
222 collapsed.setOnClickPendingIntent(R.id.swn_collapsed_hitspace, pendingShowApp);
223 collapsed.setImageViewResource(R.id.notification_icon, R.drawable.stat_notify_stopwatch);
260 collapsed.setTextViewText(R.id.swn_collapsed_laps, lap);
261 collapsed.setViewVisibility(R.id.swn_collapsed_laps, VISIBLE);
265 collapsed.setViewVisibility(R.id.swn_collapsed_laps, GONE);
287 collapsed.setTextViewText(R.id.swn_collapsed_laps, res.getString(R.string.swn_paused));
288 collapsed.setViewVisibility(R.id.swn_collapsed_laps, VISIBLE);
301 .setContent(collapsed)
    [all...]
  /external/skia/src/pathops/
SkPathOpsConic.h 22 bool collapsed() const { function in struct:SkDConic
23 return fPts.collapsed();
SkPathOpsQuad.h 28 bool collapsed() const { function in struct:SkDQuad
SkPathOpsCubic.h 30 bool collapsed() const { function in struct:SkDCubic
SkOpSpan.cpp 16 bool SkOpPtT::collapsed(const SkOpPtT* check) const { function in class:SkOpPtT
23 return segment->collapsed();
SkOpSegment.cpp 14 - find small collections of points that can be collapsed to a single point
400 if (this->collapsed()) {
441 bool SkOpSegment::collapsed() const { function in class:SkOpSegment
    [all...]
SkPathOpsTSect.h 266 int collapsed() const;
556 fCollapsed = fPart.collapsed();
1019 int SkTSect<TCurve, OppCurve>::collapsed() const { function in class:SkTSect
    [all...]
  /external/clang/test/OpenMP/
for_simd_codegen.cpp 513 // CHECK-LABEL: define {{.*void}} @{{.*}}collapsed{{.*}}
514 void collapsed(float *a, float *b, float *c, float *d) { function
    [all...]
parallel_for_simd_codegen.cpp 470 // CHECK-LABEL: define {{.*void}} @{{.*}}collapsed{{.*}}
471 void collapsed(float *a, float *b, float *c, float *d) { function
    [all...]
simd_codegen.cpp 363 // CHECK-LABEL: define {{.*void}} @{{.*}}collapsed{{.*}}
364 void collapsed(float *a, float *b, float *c, float *d) { function
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
CollapsibleCheckboxPreferenceGroup.java 36 * CollapsibleCheckboxPreferenceGroup is a preference group that can be expanded or collapsed and
104 * Return if the view is collapsed.
143 myState.collapsed = isCollapsed();
158 setCollapse(myState.collapsed);
180 boolean collapsed; field in class:CollapsibleCheckboxPreferenceGroup.SavedState
185 collapsed = source.readInt() != 0;
196 dest.writeInt(collapsed ? 1 : 0);
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 170 HtmlToken collapsed = token; local
174 collapsed = join(collapsed, next);
176 return collapsed;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlDocument.java 1240 String collapsed = CharMatcher.LEGACY_WHITESPACE.trimAndCollapseFrom(noNewlines, ' '); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 264 List<Property> collapsed = new ArrayList<Property>(properties.size()); local
313 collapsed.add(property);
318 collapsed.add(property);
358 collapsed.add(property);
372 collapsed.add(complex);
391 collapsed.add(subProperties.iterator().next());
422 collapsed.add(property);
432 collapsed.add(property);
435 Collections.sort(collapsed, Property.PRIORITY);
437 return collapsed;
444 List<Property> collapsed = new ArrayList<Property>(properties.size()); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 460 char *collapsed = 0;
575 if (collapsed)
576 free ((char *)collapsed);
577 collapsed = (char *) xmalloc (collapsed_length);
579 strcpy (collapsed, line);
581 collapse_continuations (collapsed);
582 remove_comments (collapsed);
586 p = collapsed;
456 char *collapsed = 0; local
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 645 milliseconds