/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowResourceCursorAdapter.java | 32 * the XML file that defines the appearance of the views.
|
/external/speex/libspeex/ |
vorbis_psy.h | 48 appearance (these are more accurate and over a longer range than
|
/external/valgrind/main/none/tests/ppc32/ |
lsw.c | 8 where the appearance of r0 would cause a problem due to it being
|
/external/valgrind/main/none/tests/ppc64/ |
lsw.c | 8 where the appearance of r0 would cause a problem due to it being
|
/frameworks/base/core/java/android/transition/ |
TransitionPropagation.java | 27 * from the epicenter, giving the appearance of inertia. With no TransitionPropagation, all
|
/frameworks/base/core/java/android/widget/ |
ResourceCursorTreeAdapter.java | 27 * file. You can specify the XML file that defines the appearance of the views.
|
/frameworks/base/core/res/res/values-land/ |
dimens.xml | 60 due to the appearance of the IME), then drop the multiuser selector.
|
/frameworks/base/docs/html/training/custom-views/ |
create-view.jd | 81 appearance and behavior with element attributes. Well-written custom views can also be added and 214 <p>Attributes are a powerful way of controlling the behavior and appearance of views, but 238 appearance, so that the 256 appearance or behavior of
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiAutomatorBridge.java | 28 * This value has the greatest bearing on the appearance of test execution speeds.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
usage_dx.dox | 51 enhance the image's appearance by removing artifacts introduced in the
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 561 * Indicates whether this drawable will change its appearance based on 565 * @return True if this drawable changes its appearance based on state, 580 * <p>If the new state you are supplying causes the appearance of the 591 * @return Returns true if this change in state has caused the appearance 636 * <p>If the new level you are supplying causes the appearance of the 643 * @return Returns true if this change in level has caused the appearance 795 * Override this in your subclass to change appearance if you recognize the 798 * @return Returns true if the state change has caused the appearance of 804 /** Override this in your subclass to change appearance if you vary based 806 * @return Returns true if the level change has caused the appearance o [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_locally_managed_user_creation.html | 79 class="custom-appearance" 121 class="custom-appearance button-fancy button-blue">
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_device_client.h | 41 // The GAP external appearance of the device. Read-only. 42 dbus::Property<uint16> appearance; member in struct:chromeos::BluetoothDeviceClient::Properties
|
/external/chromium_org/ui/wm/core/ |
shadow_controller_unittest.cc | 136 // window1 is active, so style should have active appearance. 197 // window1 is active, so style should have active appearance.
|
/frameworks/base/docs/html/design/patterns/ |
buttons.jd | 89 toggles the appearance of an action bar or a palette, then it must also 90 toggle the appearance of system bars.
|
fullscreen.jd | 89 toggles the appearance of an action bar or a palette, then it must also 90 toggle the appearance of system bars.
|
/frameworks/base/docs/html/training/keyboard-input/ |
navigation.jd | 55 appearance when it gains input focus.</p> 126 focus appropriately moves according to the appearance on the screen: from
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
ml_stored_data.c | 117 * appearance) : 157 * appearance) :
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
ml_stored_data.c | 118 * appearance) : 158 * appearance) :
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
ml_stored_data.c | 118 * appearance) : 158 * appearance) :
|
/packages/apps/Settings/src/com/android/settings/ |
ConfirmLockPattern.java | 226 // appearance of being disabled. 227 mLockPatternView.setEnabled(false); // appearance of being disabled
|
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_multi_adv_util.c | 223 int appearance, int manufacturer_len, char* manufacturer_data, 235 p_multi_adv_inst->appearance = appearance; 320 if (p_adv_data->appearance != 0) 323 p_multi_adv_data_cb->inst_cb[cbindex].data.appearance = p_adv_data->appearance;
|
/frameworks/base/core/java/android/view/ |
DragEvent.java | 32 * object to react to a change in state by changing its appearance or performing other actions. 153 * changing its appearance. 195 * The View can also react to this action by changing its appearance. 205 * operation has concluded. A View that changed its appearance during the operation should 226 * by changing its appearance in a way that tells the user that the View is the current 242 * The View can react by changing its appearance in a way that tells the user that
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryChart.java | 235 TypedArray appearance = null; local 238 appearance = context.obtainStyledAttributes(ap, 241 if (appearance != null) { 242 int n = appearance.getIndexCount(); 244 int attr = appearance.getIndex(i); 248 textColor = appearance.getColorStateList(attr); 252 textSize = appearance.getDimensionPixelSize(attr, textSize); 256 typefaceIndex = appearance.getInt(attr, -1); 260 styleIndex = appearance.getInt(attr, -1); 265 appearance.recycle() [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
drag-drop.jd | 201 receive drag events. At this point, listeners can also change the appearance of their 219 alter its View object's appearance in response to the event. For example, if the event 491 you will get a drag shadow that has the same appearance as the View you pass as an [all...] |