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

12 3

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuHandler.java 34 private final AppMenuPropertiesDelegate mDelegate;
47 mDelegate = delegate;
68 if (!mDelegate.shouldShowAppMenu() || isAppMenuShowing()) return false;
77 mDelegate.prepareMenu(mMenu);
80 mDelegate.getMenuThemeResourceId());
  /frameworks/base/core/java/android/widget/
TimePicker.java 52 private final TimePickerDelegate mDelegate;
89 mDelegate = new TimePickerClockDelegate(
94 mDelegate = new TimePickerSpinnerDelegate(
104 mDelegate.setCurrentHour(currentHour);
111 return mDelegate.getCurrentHour();
118 mDelegate.setCurrentMinute(currentMinute);
125 return mDelegate.getCurrentMinute();
134 mDelegate.setIs24HourView(is24HourView);
141 return mDelegate.is24HourView();
150 mDelegate.setOnTimeChangedListener(onTimeChangedListener)
    [all...]
DatePicker.java 99 private final DatePickerDelegate mDelegate;
141 mDelegate = createCalendarUIDelegate(context, attrs, defStyleAttr, defStyleRes);
145 mDelegate = createSpinnerUIDelegate(context, attrs, defStyleAttr, defStyleRes);
177 mDelegate.init(year, monthOfYear, dayOfMonth, onDateChangedListener);
188 mDelegate.updateDate(year, month, dayOfMonth);
195 return mDelegate.getYear();
202 return mDelegate.getMonth();
209 return mDelegate.getDayOfMonth();
223 return mDelegate.getMinDate().getTimeInMillis();
234 mDelegate.setMinDate(minDate)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyboardAccessibilityNodeProvider.java 75 private final KeyboardAccessibilityDelegate<KV> mDelegate;
86 mDelegate = delegate;
295 mDelegate.performClickOn(key);
299 mDelegate.performLongClickOn(key);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 43 protected LayoutEditorDelegate mDelegate;
93 mDelegate = LayoutEditorDelegate.fromEditor(editor);
96 && mFile != null && mDelegate != null);
VisualRefactoring.java 114 protected final LayoutEditorDelegate mDelegate;
146 mDelegate = null;
155 mDelegate = delegate;
186 mDelegate = editor;
305 GraphicalEditorPart graphicalEditor = mDelegate.getGraphicalEditor();
334 IDE.openEditor(mDelegate.getEditor().getEditorSite().getPage(), file);
646 IStructuredDocument document = mDelegate.getEditor().getStructuredDocument();
699 IStructuredDocument doc = mDelegate.getEditor().getStructuredDocument();
760 if (mDelegate.getUiRootNode() != null) {
761 return mDelegate.getUiRootNode().getXmlDocument()
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
PopupTouchHandleDrawable.java 39 private final WeakReference<PopupTouchHandleDrawableDelegate> mDelegate;
109 mDelegate = new WeakReference<PopupTouchHandleDrawableDelegate>(delegate);
126 final PopupTouchHandleDrawableDelegate delegate = mDelegate.get();
302 final PopupTouchHandleDrawableDelegate delegate = mDelegate.get();
315 final PopupTouchHandleDrawableDelegate delegate = mDelegate.get();
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerGlobal.java 480 private VirtualDisplayCallbackDelegate mDelegate;
484 mDelegate = new VirtualDisplayCallbackDelegate(callback, handler);
490 if (mDelegate != null) {
491 mDelegate.sendEmptyMessage(VirtualDisplayCallbackDelegate.MSG_DISPLAY_PAUSED);
497 if (mDelegate != null) {
498 mDelegate.sendEmptyMessage(VirtualDisplayCallbackDelegate.MSG_DISPLAY_RESUMED);
504 if (mDelegate != null) {
505 mDelegate.sendEmptyMessage(VirtualDisplayCallbackDelegate.MSG_DISPLAY_STOPPED);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivity.java 63 private ActionBarActivityDelegate mDelegate;
552 if (mDelegate == null) {
553 mDelegate = ActionBarActivityDelegate.createDelegate(this);
555 return mDelegate;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 96 private ContextBasedFormattingStrategy mDelegate = null;
109 if (mDelegate == null) {
110 mDelegate = new XMLFormattingStrategy();
113 return mDelegate;
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/
lint-api-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/
lint-api-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/
lint-api-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.1/
lint-api-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.2/
lint-api-23.0.2.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 

Completed in 738 milliseconds

12 3