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

  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 90 String[] labelPath = label.split("/");
92 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
94 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 90 String[] labelPath = label.split("/");
92 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
94 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 90 String[] labelPath = label.split("/");
92 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
94 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 90 String[] labelPath = label.split("/");
92 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
94 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 93 String[] labelPath = label.split("/");
95 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
97 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawableTest.java 92 String[] labelPath = label.split("/");
94 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
96 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 91 String[] labelPath = label.split("/");
94 null ? labelPath[0] : labelPath[prefixPath.length];
96 if ((prefixPath != null ? prefixPath.length : 0) == labelPath.length - 1) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 55 labelPath = Label(self.frameMain, anchor=W, justify=LEFT,
62 labelPath.pack(anchor=W, padx=5, pady=3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 55 labelPath = Label(self.frameMain, anchor=W, justify=LEFT,
62 labelPath.pack(anchor=W, padx=5, pady=3)

Completed in 3748 milliseconds