Searched defs:fill (Results 1 - 13 of 13) sorted by relevance

/packages/experimental/FillService/src/foo/bar/fill/
H A DFirstActivity.java1 package foo.bar.fill;
H A DSecondActivity.java1 package foo.bar.fill;
H A DAuthActivity.java1 package foo.bar.fill;
H A DFillService.java17 package foo.bar.fill;
43 import foo.bar.fill.R;
70 static final String EXTRA_RESPONSE_ID = "foo.bar.fill.extra.RESPONSE_ID";
71 static final String EXTRA_DATASET_ID = "foo.bar.fill.extra.DATASET_ID";
/packages/apps/Camera2/src/com/android/camera/settings/
H A DListPreferenceFiller.java26 * Classes implementing this interface can fill a list interface with content.
29 public void fill(List<Size> sizes, ListPreference preference); method in interface:ListPreferenceFiller
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/contacts/
H A DContactsDataSource.java48 public void fill( method in class:ContactsDataSource
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/
H A DCallLogDataSource.java36 * <li>{@link #fill(Context, CallLogMutations)}: Invoked only if the framework determined a
38 * <li>{@link #onSuccessfulFill(Context)}: Invoked if and only if fill was previously called and
39 * the mutations provided by the previous fill operation succeeded in being applied.
42 * <p>Because {@link #isDirty(Context)} is not always invoked, {@link #fill(Context,
44 * <em>is</em> safe to assume that {@link #onSuccessfulFill(Context)} refers to the previous fill
80 void fill(Context appContext, CallLogMutations mutations); method in interface:CallLogDataSource
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateAdapter.java98 public void fill(Vector<State> states) { method in class:StateAdapter
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
H A DSystemCallLogDataSource.java108 public void fill(Context appContext, CallLogMutations mutations) { method in class:SystemCallLogDataSource
114 LogUtil.i("SystemCallLogDataSource.fill", "no call log permissions");
124 "SystemCallLogDataSource.fill",
135 // If a fill operation was a no-op, lastTimestampProcessed could still be null.
298 Arrays.fill(questionMarks, "?");
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DResizableIntArray.java129 public void fill(final int value, final int startPos, final int length) { method in class:ResizableIntArray
135 Arrays.fill(mArray, startPos, endPos, value);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java93 final int fill = a.getColor(R.styleable.ChartNetworkSeriesView_fillColor, Color.RED);
99 setChartColor(stroke, fill, fillSecondary);
115 public void setChartColor(int stroke, int fill, int fillSecondary) { argument
123 mPaintFill.setColor(fill);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/TV/libs/
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 456 milliseconds