HomeSort by relevance Sort by last modified time
    Searched defs:baseline (Results 26 - 50 of 205) sorted by null

12 3 4 5 6 7 8 9

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java 52 public int baseline; field in class:ViewNode
82 baseline = getInt("getBaseline()", 0);
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowPerformanceDigestServlet.java 145 StatSummary baseline = local
151 baseline, stats, "cell inner-cell", "cell outer-cell", "", "");
187 // Add yesterday as a baseline time interval for analysis
193 // Add last week as a baseline time interval for analysis
  /test/vti/dashboard/src/test/java/com/android/vts/job/
VtsPerformanceJobServletTest.java 86 /** Asserts whether text is the same as the contents in the baseline file specified. */
90 String baseline = ""; local
99 baseline = sb.toString();
101 assertEquals(baseline, text);
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 118 // Gets the baseline coordinates for the current line of text
119 int baseline = getLineBounds(i, r); local
123 * at a vertical position one dip below the baseline, using the "paint" object
126 canvas.drawLine(r.left, baseline + 1, r.right, baseline + 1, paint);
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsPerformanceJobServlet.java 181 StatSummary baseline = local
187 baseline,
242 // Add yesterday as a baseline time interval for analysis
248 // Add last week as a baseline time interval for analysis
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 294 * Get the baseline of a given label. That's how many pixels from the top of
295 * the label to the text baseline. (This is equivalent to the negative of
299 * @return the baseline in pixels.
302 return mLabels.get(labelID).baseline;
371 public Label(float width, float height, float baseLine,
375 this.baseline = baseLine;
386 public float baseline; field in class:LabelMaker.Label
  /external/safe-iop/src/
safe_iop.c 57 if (!baseline) { \
60 baseline = 1; \
79 int baseline = 0; /* indicates if the base value is present */ local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 565 int baseline = dragInfo.getDragBaseline(); local
566 if (baseline != -1) {
567 df.dragBaseline = baseline;
    [all...]
CanvasViewInfo.java 311 * Returns the baseline of this object, or -1 if it does not support a baseline
313 * @return the baseline or -1
317 int baseline = mViewInfo.getBaseLine(); local
318 if (baseline != Integer.MIN_VALUE) {
319 return baseline;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/
org.eclipse.tycho.p2.tools.shared-0.18.1.jar 
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 105 * Rule that aligns a child's baseline with another child's baseline.
520 // Use the top-start-most laid out view as the baseline. RTL offsets are
1044 final int baseline = v.getBaseline(); local
    [all...]
TextView.java 7323 int baseline = mLayout.getLineBounds(line, bounds); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 876 final float baseline = height \/ 2 + textHeight \/ 2; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 265 * Returns the baseline of the given row, or -1 if none is found. This looks for views
266 * in the row which have baseline vertical alignment and also define their own
267 * baseline, and returns the first such match.
269 * @param row the row to look up a baseline for
270 * @return the baseline relative to the row position, or -1 if not defined
277 int baseline = mBaselines[row]; local
278 if (baseline == UNDEFINED) {
279 baseline = -1;
286 // baseline alignment doesn't work for cell spanning views
288 baseline = view.node.getBaseline()
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/26.2.0-alpha16/
lint-26.2.0-alpha16.jar 
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nds32.c 3045 int baseline; member in struct:nds32_arch
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/26.0.0/
lint-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/26.0.0-beta6/
lint-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/26.0.0-beta7/
lint-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/26.0.0-rc1/
lint-26.0.0-rc1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 504 FLOAT baseline; member in struct:DWRITE_INLINE_OBJECT_METRICS
521 FLOAT baseline; member in struct:DWRITE_LINE_METRICS
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/3.2.0-alpha16/
gradle-api-3.2.0-alpha16.jar 

Completed in 461 milliseconds

12 3 4 5 6 7 8 9