Searched defs:focus (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarBase.java101 // if losing focus and not in touch mode, leave as is
121 protected void setFocusState(boolean focus) { argument
H A DNavigationBarTablet.java217 protected void setFocusState(boolean focus) { argument
218 super.setFocusState(focus);
219 if (focus) {
238 mUrlContainer.setBackgroundDrawable(focus
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java289 public void setFocus(View focus) { argument
290 assert(focus != null);
292 mFocus = focus;
293 moveToTopOfPile(focus);
294 setHighlight(focus, true);
350 public View moveFocus(View focus, float direction) { argument
351 return moveFocus(focus, direction, 90f);
354 public View moveFocus(View focus, float direction, float angle) { argument
355 if (focus == null) {
364 final double[] a = getCenter(focus);
[all...]

Completed in 2341 milliseconds