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

  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 39 public static interface ViewFactory {
43 public static final ViewFactory BUTTON_FACTORY = new ViewFactory() {
57 public static final ViewFactory LABEL_FACTORY = new ViewFactory() {
66 public static final ViewFactory TEXT_FIELD_FACTORY = new ViewFactory() {
74 public static final ViewFactory[] FACTORIES =
88 ViewFactory factory = FACTORIES[(i + j) % FACTORIES.length];
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
CursorFactoryListAdapter.java 31 ViewFactory mViewFactory;
33 public interface ViewFactory {
42 public static class ResourceViewFactory implements ViewFactory {
61 public CursorFactoryListAdapter(Context context, ViewFactory factory) {
  /developers/build/prebuilts/gradle/TextSwitcher/TextSwitcherSample/src/main/java/com/example/android/textswitcher/
MainActivity.java 28 import android.widget.ViewSwitcher.ViewFactory;
88 * The {@link android.widget.ViewSwitcher.ViewFactory} used to create {@link android.widget.TextView}s that the
91 private ViewFactory mFactory = new ViewFactory() {
  /developers/samples/android/ui/views/TextSwitcher/TextSwitcherSample/src/main/java/com/example/android/textswitcher/
MainActivity.java 28 import android.widget.ViewSwitcher.ViewFactory;
88 * The {@link android.widget.ViewSwitcher.ViewFactory} used to create {@link android.widget.TextView}s that the
91 private ViewFactory mFactory = new ViewFactory() {
  /development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java 28 import android.widget.ViewSwitcher.ViewFactory;
88 * The {@link android.widget.ViewSwitcher.ViewFactory} used to create {@link android.widget.TextView}s that the
91 private ViewFactory mFactory = new ViewFactory() {
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 36 ViewFactory mFactory;
111 public void setFactory(ViewFactory factory) {
137 public interface ViewFactory {
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 56 private interface ViewFactory {
63 * Partially implement ViewFactory given a height ratio.
66 private static abstract class ViewFactoryBase implements ViewFactory {
89 List<ViewFactory> mViewFactories = Lists.newArrayList();
252 for (ViewFactory viewFactory : params.mViewFactories) {
254 if (viewFactory.getHeightRatio() >= 0) {
255 height = (int) (viewFactory.getHeightRatio() * screenHeight);
259 mLinearLayout.addView(viewFactory.create(this), lp);
  /cts/tests/tests/widget/src/android/widget/cts/
ViewSwitcherTest.java 29 import android.widget.ViewSwitcher.ViewFactory;
103 private class MockViewFactory implements ViewFactory {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java 35 public class TextSwitcher1 extends Activity implements ViewSwitcher.ViewFactory,
ImageSwitcher1.java 38 AdapterView.OnItemSelectedListener, ViewSwitcher.ViewFactory {
  /packages/apps/Calendar/src/com/android/calendar/
DayFragment.java 34 import android.widget.ViewSwitcher.ViewFactory;
39 public class DayFragment extends Fragment implements CalendarController.EventHandler, ViewFactory {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
View.js 488 WebInspector.ViewFactory = function()
492 WebInspector.ViewFactory.prototype = {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 1338 milliseconds