Searched refs:verb (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1389 public void addRule(int verb) { in addRule() argument 1390 mRules[verb] = TRUE; in addRule() 1391 mInitialRules[verb] = TRUE; in addRule() 1410 public void addRule(int verb, int anchor) { in addRule() argument 1411 mRules[verb] = anchor; in addRule() 1412 mInitialRules[verb] = anchor; in addRule() 1426 public void removeRule(int verb) { in removeRule() argument 1427 mRules[verb] = 0; in removeRule() 1428 mInitialRules[verb] = 0; in removeRule() 1444 public int getRule(int verb) { in getRule() argument [all …]
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 392 static void createVerbSegments(SkPath::Verb verb, const SkPoint* points, in createVerbSegments() argument 394 switch (verb) { in createVerbSegments() 430 SkPath::Verb verb; in approximate() local 436 while ((verb = pathIter.next(points, false)) != SkPath::kDone_Verb) { in approximate() 437 createVerbSegments(verb, points, segmentPoints, lengths, errorSquared); in approximate()
|
/frameworks/base/docs/html/wear/design/ |
D | index.jd | 68 icons. Captions should be verb-driven and short, and will be automatically truncated at one line.
|
/frameworks/base/docs/html/design/wear/ |
D | patterns.jd | 57 … set on a blue system-rendered circular button and a short caption with a verb. Actions should be …
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 8832 final int verb = params instanceof FullBackupParams in acknowledgeFullBackupOrRestore() local 8841 if (MORE_DEBUG) Slog.d(TAG, "Sending conf message with verb " + verb); in acknowledgeFullBackupOrRestore() 8843 Message msg = mBackupHandler.obtainMessage(verb, params); in acknowledgeFullBackupOrRestore()
|